Section

Delivery Icons

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

真实模板变体

Schema

{
  "name": "Delivery Icons",
  "class": "delivery-icons",
  "settings": [
    {
      "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 Section (Desktop)"
    },
    {
      "type": "color_background",
      "id": "bg_m",
      "label": "Background Section (Mobile)"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Font color",
      "default": "#000000"
    },
    {
      "type": "text",
      "id": "title",
      "label": "Heading",
      "default": "Rich text"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "SVG link",
          "info": "Upload SVG for losssless result"
        },
        {
          "type": "text",
          "id": "title",
          "default": "Lorem ipsum",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "content",
          "default": "Lorem ipsum content",
          "label": "Content"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Delivery Icons",
      "category": "Text"
    }
  ]
}