Section

Swim image icon text

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

真实模板变体

Schema

{
  "name": "Swim image icon text",
  "class": "swim-image_icon-text-section",
  "settings": [
    {
      "type": "color_background",
      "id": "bg",
      "label": "Background",
      "default": "linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%)"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Text color",
      "default": "#000000"
    },
    {
      "type": "header",
      "content": "Header"
    },
    {
      "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": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Durable aluminium alloy"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Icon block",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "icon"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Durable aluminium alloy"
        },
        {
          "type": "textarea",
          "id": "content",
          "label": "Content",
          "default": "The motor fan blades are made of 6061-T6 aircraft-grade aluminium alloy, machined to a precision of 0.001mm."
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Swim image icon text"
    }
  ]
}