Section

Brush opaque slider

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

真实模板变体

Schema

{
  "name": "Brush opaque slider",
  "class": "brush-opaque-slider-section",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "type": "checkbox",
      "id": "small_width",
      "label": "Smaller width on desktop",
      "default": false
    },
    {
      "type": "color_background",
      "id": "bg",
      "label": "Background"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Color",
      "default": "#000000"
    },
    {
      "type": "color_background",
      "id": "color_strong_",
      "label": "Text Strong Color",
      "default": "#ffffff"
    },
    {
      "type": "color_background",
      "id": "color_p",
      "label": "Text Color Paragraph",
      "default": "rgba(255, 255, 255, 0.70)"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "html",
          "id": "top_heading",
          "label": "Top sub heading"
        },
        {
          "type": "html",
          "id": "heading",
          "label": "Heading",
          "default": "Extraordinary craftsmanship"
        },
        {
          "type": "textarea",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Multi-stage deep drawing process⁷"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Main Image (Desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_t",
          "label": "Main Image (Tablet)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Main Image (Mobile)"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Content",
          "default": "<p>The handle is created through a continuous deep drawing process that presses and stretches a single piece of metal 11 times to create a seamless metal handle with a futuristic aesthetic.</p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Brush opaque slider"
    }
  ]
}