Section

功能亮点集

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

真实模板变体

Schema

{
  "name": "功能亮点集",
  "class": "toothbrush-features-slider",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Laifen hairdryer "
    },
    {
      "type": "color_background",
      "id": "bg_d",
      "label": "Background Desktop",
      "default": "#ffffff"
    },
    {
      "type": "color_background",
      "id": "bg_m",
      "label": "Background Mobile",
      "default": "#ffffff"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Color",
      "default": "#000000"
    },
    {
      "type": "color_background",
      "id": "color_strong_",
      "label": "Text Strong Color",
      "default": "#ffffff"
    },
    {
      "type": "color_background",
      "id": "color_p",
      "label": "Text Color Paragraph",
      "default": "rgba(255, 255, 255, 0.70)"
    },
    {
      "type": "text",
      "id": "tag",
      "label": "Tag"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "Sub heading"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Image block",
      "settings": [
        {
          "type": "color",
          "id": "background",
          "label": "Background"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "video",
          "id": "video",
          "label": "Video (Leave empty if not used)"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Eco-friendly packaging"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Content",
          "default": "<p>To reduce carbon emissions, we have rejected the all-too-common plastic sleeve and instead package every product using </p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "功能亮点集"
    }
  ]
}