Section

Insta stories

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

真实模板变体

Schema

{
  "name": "Insta stories",
  "class": "insta-stories",
  "settings": [
    {
      "type": "image_picker",
      "id": "logo",
      "label": "Logo"
    },
    {
      "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",
      "id": "background",
      "label": "Background",
      "default": "#F2CA5B"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Counts Set",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "Wave"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Insta stories"
    }
  ]
}