Section

Shaver Technology

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

真实模板变体

Schema

{
  "name": "Shaver Technology",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "shaver-technology-showcase"
    },
    {
      "type": "header",
      "content": "Content Settings"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Main Heading",
      "default": "Shaver Foil"
    },
    {
      "type": "richtext",
      "id": "description",
      "label": "Main Description",
      "default": "<p>At just 0.055mm thin, our precision-engineered blades feature rounded, chamfered outer mesh holes for an exceptional experience.</p>"
    },
    {
      "type": "image_picker",
      "id": "main_image",
      "label": "Main Technology Image"
    },
    {
      "type": "image_picker",
      "id": "main_image_mobile",
      "label": "Main Technology Image (Mobile)"
    },
    {
      "type": "header",
      "content": "Layout Settings"
    },
    {
      "type": "select",
      "id": "desktop_layout",
      "label": "Desktop Grid Layout",
      "options": [
        {
          "value": "grid-two-columns",
          "label": "Two Columns"
        },
        {
          "value": "grid-three-columns",
          "label": "Three Columns"
        }
      ],
      "default": "grid-two-columns"
    },
    {
      "type": "header",
      "content": "Style Settings"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Background Color",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text Color",
      "default": "#ffffff"
    },
    {
      "type": "header",
      "content": "Spacing Settings"
    },
    {
      "type": "checkbox",
      "id": "disable_top_spacing",
      "label": "Remove top spacing",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "disable_bottom_spacing",
      "label": "Remove bottom spacing",
      "default": false
    }
  ],
  "blocks": [
    {
      "type": "technology_feature",
      "name": "Technology Feature",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Feature Image"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Feature Image (Mobile)"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Feature Title",
          "default": "Technology Feature"
        },
        {
          "type": "richtext",
          "id": "description",
          "label": "Feature Description",
          "default": "<p>Describe the technology feature and its benefits.</p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Shaver Technology",
      "blocks": [
        {
          "type": "technology_feature",
          "settings": {
            "title": "Inner Blade",
            "description": "<p>Crafted from premium, durable materials, our inner blades feature nano-level polishing for precise, snag-free cutting.</p>"
          }
        },
        {
          "type": "technology_feature",
          "settings": {
            "title": "Trimmer Head",
            "description": "<p>Captures longer hairs effortlessly, ensuring a flexible, residue-free shave even on challenging areas.</p>"
          }
        }
      ]
    }
  ]
}