Section

Recently viewed products

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

真实模板变体

Schema

{
  "name": "Recently viewed products",
  "settings": [
    {
      "type": "paragraph",
      "content": "Recently viewed products are only visible when browsing outside of the editor"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Recently viewed products"
    },
    {
      "type": "checkbox",
      "id": "heading_left",
      "default": true,
      "label": "Left align heading"
    },
    {
      "type": "richtext",
      "id": "description",
      "label": "Description",
      "default": "<p>Describe your recently viewed products here</p>"
    },
    {
      "type": "checkbox",
      "id": "full_width",
      "label": "Make section full width",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "mobile_swipe",
      "default": true,
      "label": "Enable swipe on mobile"
    },
    {
      "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": "Recently viewed products"
    }
  ]
}