Section

Accordion SE lite

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

真实模板变体

Schema

{
  "name": "Accordion SE lite",
  "class": "accordion-se-lite",
  "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": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    },
    {
      "type": "image_picker",
      "id": "image",
      "label": "Image (Desktop)"
    },
    {
      "type": "image_picker",
      "id": "mobile_image",
      "label": "Image (Mobile)"
    },
    {
      "type": "header",
      "content": "Popup"
    },
    {
      "type": "text",
      "id": "popup_button",
      "label": "Popup Button Text"
    },
    {
      "type": "text",
      "id": "popup_heading",
      "label": "Popup Heading"
    },
    {
      "type": "image_picker",
      "id": "popup_image_1",
      "label": "Popup Image (Column 1)"
    },
    {
      "type": "richtext",
      "id": "popup_content_1",
      "label": "Popup Content (Column 1)"
    },
    {
      "type": "image_picker",
      "id": "popup_image_2",
      "label": "Popup Image (Column 2)"
    },
    {
      "type": "richtext",
      "id": "popup_content_2",
      "label": "Popup Content (Column 2)"
    }
  ],
  "blocks": [
    {
      "type": "accordion_item",
      "name": "Accordion Item",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Accordion Title"
        },
        {
          "type": "textarea",
          "id": "content",
          "label": "Accordion Content"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Accordion SE lite"
    }
  ]
}