Section

IFA Banner

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

真实模板变体

Schema

{
  "name": "IFA Banner",
  "settings": [
    {
      "type": "image_picker",
      "id": "logo",
      "label": "Logo"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "Subheading"
    },
    {
      "type": "textarea",
      "id": "info",
      "label": "Event Information"
    },
    {
      "type": "checkbox",
      "id": "countdown",
      "label": "Enable Countdown"
    },
    {
      "type": "text",
      "id": "countdown_date",
      "label": "Countdown Date Time",
      "info": "Format: YYYY-MM-DD HH:MM:SS GMT+0000"
    },
    {
      "type": "checkbox",
      "id": "banner_full",
      "label": "Banner full width"
    },
    {
      "type": "image_picker",
      "id": "banner_image",
      "label": "Banner Image"
    },
    {
      "type": "image_picker",
      "id": "banner_image_mobile",
      "label": "Banner Image (mobile)"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "IFA Banner",
      "category": "IFA"
    }
  ]
}