Section

Ready Features

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

真实模板变体

Schema

{
  "name": "Ready Features",
  "class": "index-section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "ready-anytime-anywhere-features"
    },
    {
      "type": "header",
      "content": "Content"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Ready Anytime Anywhere"
    },
    {
      "type": "header",
      "content": "Design"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Background color",
      "default": "#1a1a1a"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#ffffff"
    },
    {
      "type": "header",
      "content": "Section spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_top_spacing",
      "label": "Disable top spacing",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "disable_bottom_spacing",
      "label": "Disable bottom spacing",
      "default": false
    }
  ],
  "blocks": [
    {
      "type": "feature",
      "name": "Feature",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image",
          "info": "Recommended: 640x400px"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "default": "Feature Title"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description",
          "default": "Feature description text goes here."
        },
        {
          "type": "url",
          "id": "link_url",
          "label": "Link URL",
          "info": "Optional: Link to feature detail page"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Ready Features",
      "blocks": [
        {
          "type": "feature",
          "settings": {
            "title": "Compact Easy Carry"
          }
        },
        {
          "type": "feature",
          "settings": {
            "title": "Compact Easy Carry"
          }
        },
        {
          "type": "feature",
          "settings": {
            "title": "Magnetic Quick Clean"
          }
        }
      ]
    }
  ]
}