Section

Swim image with text

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

真实模板变体

Schema

{
  "name": "Swim image with text",
  "class": "swim-image-with-text-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": "range",
      "id": "autoplay_slider_delay",
      "label": "Autoplay Slider Delay (in seconds)",
      "info": "Set the delay between each slide in seconds. Set 0 to disable autoplay.",
      "default": 5,
      "min": 0,
      "max": 10,
      "step": 1
    },
    {
      "type": "text",
      "id": "main_heading",
      "label": "Main Heading",
      "default": "LAIFEN X MIAMI SWIM WEEK"
    },
    {
      "type": "textarea",
      "id": "main_content",
      "label": "Main Content",
      "default": "Laifen is thrilled to be an exclusive hair dryer sponsor for the world famous Miami Swim Week. Miami Swim Week is the largest swimwear fashion gathering in the world, featuring a star-studded lineup of designers, models, and celebrities. Laifen will be providing our pioneering high-speed hair dryers to the event to help create the gorgeous looks shown off by all the radiant models walking the runway."
    },
    {
      "type": "checkbox",
      "id": "hide_only_text",
      "label": "Show only top texts part",
      "default": true
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Slide",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "subheading",
          "label": "Sub Heading",
          "default": "IRIS MONROE"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "A decade-long veteran of the runway, Morie has graced numerous international magazine covers and has garnered accolades including Best Female Model of the Year. "
        },
        {
          "type": "textarea",
          "id": "content",
          "label": "Content",
          "default": "“The Laifen dryer is my secret weapon for flawless hair on the go.”"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Link"
        },
        {
          "type": "text",
          "id": "link_text",
          "label": "Link text",
          "default": "Get Her Look"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Swim image with text"
    }
  ]
}