Section

Wave for everyone

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

真实模板变体

Schema

{
  "name": "Wave for everyone",
  "class": "wave-for-everyone-section",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "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"
    },
    {
      "type": "color_background",
      "id": "bg",
      "label": "Background"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "Wave for everyone."
    },
    {
      "type": "color",
      "id": "color",
      "label": "Color",
      "default": "#ffffff"
    },
    {
      "type": "color_background",
      "id": "color_strong",
      "label": "Text Strong Color",
      "default": "#ffffff"
    },
    {
      "type": "color_background",
      "id": "color_p",
      "label": "Text Color Paragraph",
      "default": "rgba(255, 255, 255, 0.70)"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "html",
          "id": "heading",
          "label": "Heading",
          "default": "ABS white"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Main Image"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link"
        },
        {
          "type": "textarea",
          "id": "price",
          "label": "Price",
          "default": "$69"
        },
        {
          "type": "richtext",
          "id": "text1",
          "label": "Text 1"
        },
        {
          "type": "richtext",
          "id": "text2",
          "label": "Text 2"
        },
        {
          "type": "richtext",
          "id": "text3",
          "label": "Text 3"
        },
        {
          "type": "richtext",
          "id": "text4",
          "label": "Text 4"
        },
        {
          "type": "richtext",
          "id": "text5",
          "label": "Text 5"
        },
        {
          "type": "richtext",
          "id": "text6",
          "label": "Text 6"
        },
        {
          "type": "richtext",
          "id": "text7",
          "label": "Text 7"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Wave for everyone"
    }
  ]
}