Section

Image text risk

11 个模板实例,7 个 section 配置,0 类 block。

真实模板变体

Schema

{
  "name": "Image text risk",
  "class": "image-text-risk",
  "settings": [
    {
      "type": "color",
      "id": "background",
      "label": "Background",
      "default": "#161616"
    },
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Try It Risk Free"
    },
    {
      "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": "image_picker",
      "id": "image",
      "label": "Image desktop"
    },
    {
      "type": "image_picker",
      "id": "image_mobile",
      "label": "Image mobile"
    },
    {
      "type": "text",
      "id": "button_text",
      "label": "Button text",
      "default": "Learn more"
    },
    {
      "type": "url",
      "id": "button_link",
      "label": "Button link"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Image text risk"
    }
  ]
}