Section

Mini Technology

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

真实模板变体

Schema

{
  "name": "Mini Technology",
  "class": "technology-mini",
  "settings": [
    {
      "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": "color",
      "id": "span_color",
      "label": "Heading span color",
      "default": "#FBB273"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "誰でも体験可能な素晴らしい技術",
      "info": "Wrap text with square bracket to highlight it. Example: [text]"
    },
    {
      "type": "textarea",
      "id": "paragraph",
      "label": "Paragraph"
    },
    {
      "type": "image_picker",
      "id": "image",
      "label": "Image"
    },
    {
      "type": "image_picker",
      "id": "image_mobile",
      "label": "Image (Mobile)"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "1.5億個のマイナスイオン¹⁰"
        },
        {
          "type": "textarea",
          "id": "content",
          "label": "Content",
          "default": "高濃度のマイナスイオン発生器を使用し、強力な風速と組み合わせて、1.5億個のマイナスイオンがミリ秒で毛髪1本ずつに直接到達し、静電気を中和して、髪をしっとりさせます。"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Mini Technology"
    }
  ]
}