Section

Specs richtext one line

1 个模板实例,1 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "Specs richtext one line",
  "class": "specs-richtext-one-line",
  "settings": [
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Eco-friendly packaging"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Content",
          "default": "<p>To reduce carbon emissions, we have rejected the all-too-common plastic sleeve and instead package every product using </p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Specs richtext one line"
    }
  ]
}