Section

Mini Colors

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

真实模板变体

Schema

{
  "name": "Mini Colors",
  "settings": [
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    }
  ],
  "blocks": [
    {
      "type": "color",
      "name": "Color",
      "settings": [
        {
          "type": "color",
          "id": "color",
          "label": "Color"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Color Name"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Color Image"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Mini Colors"
    }
  ]
}