Section

Air Drying Speed

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

真实模板变体

Schema

{
  "name": "Air Drying Speed",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "<span class=\"neo-color\">Fast</span> When It Matters Most"
    },
    {
      "type": "textarea",
      "id": "note_text",
      "label": "Note Text",
      "default": "*Data from third-party testing. The motor speed is 15 times the average motor speed of 8 ordinary hair dryers."
    },
    {
      "type": "image_picker",
      "id": "image_pc",
      "label": "Bottom Image (PC)"
    },
    {
      "type": "image_picker",
      "id": "image_mobile",
      "label": "Bottom Image (Mobile)"
    }
  ],
  "blocks": [
    {
      "type": "hair_type",
      "name": "Hair Type",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Hair Silhouette Icon"
        },
        {
          "type": "text",
          "id": "time_value",
          "label": "Drying Time",
          "default": "≈30s"
        },
        {
          "type": "text",
          "id": "hair_label",
          "label": "Hair Type Label",
          "default": "Short Hair"
        }
      ]
    },
    {
      "type": "hair_type_2",
      "name": "Hair Type 2",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Hair Silhouette Icon"
        },
        {
          "type": "text",
          "id": "time_value",
          "label": "Drying Time",
          "default": "≈30s"
        },
        {
          "type": "text",
          "id": "hair_label",
          "label": "Hair Type Label",
          "default": "Short Hair"
        }
      ]
    },
    {
      "type": "hair_type_3",
      "name": "Hair Type 3",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Hair Silhouette Icon"
        },
        {
          "type": "text",
          "id": "time_value",
          "label": "Drying Time",
          "default": "≈30s"
        },
        {
          "type": "text",
          "id": "hair_label",
          "label": "Hair Type Label",
          "default": "Short Hair"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Air Drying Speed"
    }
  ]
}