Section

Game choose dryer

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

真实模板变体

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

Schema

{
  "name": "Game choose dryer",
  "class": "game-choose-dryer-section",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "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": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Choose Your Swift"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Icon block",
      "settings": [
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "SE"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Desktop image"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Mobile image"
        },
        {
          "type": "product",
          "id": "product",
          "label": "Product"
        },
        {
          "type": "text",
          "id": "tag",
          "label": "Tag title",
          "default": "New"
        },
        {
          "type": "text",
          "id": "colors",
          "label": "Colors title",
          "default": "4 Colors"
        },
        {
          "type": "text",
          "id": "nozzles",
          "label": "Nozzles title",
          "default": "2 Nozzles"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Game choose dryer"
    }
  ]
}