Section

官网权益展示

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "官网权益展示",
  "class": "benefits-showcase-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "color_background",
      "id": "section_background",
      "label": "Section background"
    }
  ],
  "blocks": [
    {
      "type": "benefit",
      "name": "Benefit",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Icon"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description"
        },
        {
          "type": "color_background",
          "id": "card_background",
          "label": "Card background",
          "default": "#ffffff"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "官网权益展示",
      "settings": {
        "heading": "Shop With Confidence at Anker"
      }
    }
  ]
}