Section

Air Color Showcase

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

真实模板变体

Schema

{
  "name": "Air Color Showcase",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Slide",
      "settings": [
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading (HTML supported)",
          "info": "Use <span class=\"air-gradient-text\">Color</span> Your Air for inline gradient highlight.",
          "default": "<span class=\"air-gradient-text\">Color</span> Your Air"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description"
        },
        {
          "type": "image_picker",
          "id": "product_image_pc",
          "label": "Image (PC)"
        },
        {
          "type": "image_picker",
          "id": "product_image_mobile",
          "label": "Image (Mobile)"
        }
      ]
    },
    {
      "type": "slide_2",
      "name": "Slide 2",
      "settings": [
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading (HTML supported)",
          "info": "Use <span class=\"air-gradient-text\">Color</span> Your Air for inline gradient highlight.",
          "default": "<span class=\"air-gradient-text\">Color</span> Your Air"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description"
        },
        {
          "type": "image_picker",
          "id": "product_image_pc",
          "label": "Image (PC)"
        },
        {
          "type": "image_picker",
          "id": "product_image_mobile",
          "label": "Image (Mobile)"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Air Color Showcase",
      "blocks": [
        {
          "type": "slide"
        },
        {
          "type": "slide"
        }
      ]
    }
  ]
}