Section

Game before after v2

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

真实模板变体

Schema

{
  "name": "Game before after v2",
  "class": "game-before-after-v2-section",
  "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": "header",
      "content": "Header"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "Sub Heading",
      "default": "Light rings"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "Finally visible."
    },
    {
      "type": "textarea",
      "id": "content",
      "label": "Content",
      "default": "3-color LED ring temperature mode shows you the exact temperature that the air is blown out. Watch how they’re made by clicking below."
    },
    {
      "type": "image_picker",
      "id": "image",
      "label": "After Image (Desktop)"
    },
    {
      "type": "image_picker",
      "id": "image_m",
      "label": "After Image (Mobile)"
    },
    {
      "type": "image_picker",
      "id": "image2",
      "label": "Before Image (Desktop)"
    },
    {
      "type": "image_picker",
      "id": "image2_m",
      "label": "Before Image (Mobile)"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Game before after v2"
    }
  ]
}