Section

Eco packaging

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

真实模板变体

Schema

{
  "name": "Eco packaging",
  "class": "section-eco-packaging",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "eco-packaging"
    },
    {
      "type": "header",
      "content": "Content"
    },
    {
      "type": "text",
      "id": "title_text",
      "label": "Title",
      "default": "为地球减负的可降解包装"
    },
    {
      "type": "textarea",
      "id": "description_text",
      "label": "Description",
      "default": "为去塑减排,每件产品的包装均采用可被高度降解的环保材料制成,符合环保标准。"
    },
    {
      "type": "color",
      "id": "title_color",
      "label": "Title color",
      "default": "#151515"
    },
    {
      "type": "color",
      "id": "icon_color",
      "label": "Icon color",
      "default": "#22c55e"
    },
    {
      "type": "header",
      "content": "Images"
    },
    {
      "type": "image_picker",
      "id": "image_desktop",
      "label": "Desktop image",
      "info": "Recommended: 1920x1080px"
    },
    {
      "type": "image_picker",
      "id": "image_mobile",
      "label": "Mobile image",
      "info": "Optional. If not set, desktop image will be used."
    },
    {
      "type": "range",
      "id": "corner_radius",
      "min": 0,
      "max": 50,
      "step": 1,
      "unit": "px",
      "label": "Image corner radius",
      "default": 20
    },
    {
      "type": "header",
      "content": "Layout"
    },
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    },
    {
      "type": "header",
      "content": "Spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_top_spacing",
      "default": false,
      "label": "Remove top spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_bottom_spacing",
      "default": false,
      "label": "Remove bottom spacing"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Eco packaging",
      "settings": {
        "title_text": "为地球减负的可降解包装",
        "description_text": "为去塑减排,每件产品的包装均采用可被高度降解的环保材料制成,符合环保标准。",
        "title_color": "#151515",
        "icon_color": "#22c55e"
      }
    }
  ]
}