Section

[Pillar] Cleaning Tech

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

真实模板变体

Schema

{
  "name": "[Pillar] Cleaning Tech",
  "settings": [
    {
      "type": "color_background",
      "id": "background",
      "label": "Background"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "text",
      "id": "link_text",
      "label": "Link Text"
    },
    {
      "type": "url",
      "id": "link",
      "label": "Link URL"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "checkbox",
          "id": "highlight",
          "label": "Highlight"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description",
          "info": "Separate each item with a new line"
        },
        {
          "type": "text",
          "id": "year",
          "label": "Year"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "[Pillar] Cleaning Tech"
    }
  ]
}