Section

名人推荐

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

真实模板变体

Schema

{
  "name": "名人推荐",
  "settings": [
    {
      "type": "text",
      "id": "section_title",
      "label": "Section Title",
      "default": "What Experts Say"
    },
    {
      "type": "color",
      "id": "section_title_color",
      "label": "Section Title Color",
      "default": "#ffffff"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Background color",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "nav_arrow_background",
      "label": "Navigation Arrow Background",
      "default": "#e0e0e0"
    },
    {
      "type": "color",
      "id": "nav_arrow_color",
      "label": "Navigation Arrow Color",
      "default": "#000000"
    },
    {
      "type": "range",
      "id": "padding_top",
      "label": "Padding top",
      "default": 40,
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px"
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "label": "Padding bottom",
      "default": 40,
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px"
    }
  ],
  "blocks": [
    {
      "type": "celebrity",
      "name": "Celebrity",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Celebrity Image"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Recommended By"
        },
        {
          "type": "text",
          "id": "name",
          "label": "Celebrity Name",
          "default": "Celebrity Name"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description",
          "default": "Celebrity description goes here"
        },
        {
          "type": "textarea",
          "id": "hover_description",
          "label": "Hover Description",
          "default": "Hover description goes here"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "Text Color",
          "default": "#000000"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "名人推荐",
      "blocks": [
        {
          "type": "celebrity"
        }
      ]
    }
  ]
}