Section

Award and Recommendations

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

真实模板变体

Schema

{
  "name": "Award and Recommendations",
  "settings": [
    {
      "type": "select",
      "id": "display",
      "label": "Display on:",
      "options": [
        {
          "value": "desktop",
          "label": "Desktop"
        },
        {
          "value": "mobile",
          "label": "Mobile"
        },
        {
          "value": "both",
          "label": "Both"
        }
      ],
      "default": "desktop"
    },
    {
      "type": "textarea",
      "id": "awards_heading",
      "label": "Awards Heading"
    },
    {
      "type": "textarea",
      "id": "recommendations_heading",
      "label": "Recommendations Heading"
    }
  ],
  "blocks": [
    {
      "type": "award",
      "name": "Award",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        }
      ]
    },
    {
      "type": "recommendation",
      "name": "Recommendation",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Award and Recommendations"
    }
  ]
}