Section

IFA Wave Titanium

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

真实模板变体

Schema

{
  "name": "IFA Wave Titanium",
  "settings": [
    {
      "type": "textarea",
      "id": "badge",
      "label": "Badge"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "url",
      "id": "url",
      "label": "Link"
    },
    {
      "type": "text",
      "id": "url_text",
      "label": "Text"
    },
    {
      "type": "url",
      "id": "url2",
      "label": "Link2"
    },
    {
      "type": "text",
      "id": "url_text2",
      "label": "Text2"
    },
    {
      "type": "header",
      "content": "Feature 1"
    },
    {
      "type": "text",
      "id": "feature_title_1",
      "label": "Feature Title"
    },
    {
      "type": "textarea",
      "id": "feature_text_1",
      "label": "Feature Text"
    },
    {
      "type": "header",
      "content": "Feature 2"
    },
    {
      "type": "text",
      "id": "feature_title_2",
      "label": "Feature Title"
    },
    {
      "type": "textarea",
      "id": "feature_text_2",
      "label": "Feature Text"
    },
    {
      "type": "header",
      "content": "Feature 3"
    },
    {
      "type": "text",
      "id": "feature_title_3",
      "label": "Feature Title"
    },
    {
      "type": "textarea",
      "id": "feature_text_3",
      "label": "Feature Text"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Image (mobile)"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "IFA Wave Titanium",
      "category": "IFA"
    }
  ]
}