Section

New Laifen Tabs

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "New Laifen Tabs",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Title",
      "default": "Section Title"
    },
    {
      "type": "color",
      "id": "title_color",
      "label": "Title Color",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "tab_color",
      "label": "Tab Color",
      "default": "#ffffff"
    },
    {
      "type": "color",
      "id": "tab_bg_color",
      "label": "Tab Bg Color",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "tab_active_bg_color",
      "label": "Tab Active Bg Color",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "tab_active_color",
      "label": "Tab Active Color",
      "default": "#ffffff"
    }
  ],
  "blocks": [
    {
      "type": "tab_item",
      "name": "Tab Item",
      "settings": [
        {
          "type": "text",
          "id": "tab_text",
          "label": "Tab Button Text",
          "default": "Tab"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Slide Heading"
        }
      ]
    },
    {
      "type": "slide_item",
      "name": "Slide Item",
      "settings": [
        {
          "type": "text",
          "id": "slide_type",
          "label": "Slide Type"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Slide Heading"
        },
        {
          "type": "text",
          "id": "sub_heading",
          "label": "Sub Heading",
          "default": "Slide Sub Heading"
        },
        {
          "type": "text",
          "id": "btn_text",
          "label": "Button Text",
          "default": "Learn More"
        },
        {
          "type": "url",
          "id": "btn_link",
          "label": "Button Link"
        },
        {
          "type": "color",
          "id": "text_color",
          "label": "Text Color",
          "default": "#FFFFFF"
        },
        {
          "type": "color",
          "id": "background_color",
          "label": "Background Color",
          "default": "#000000"
        },
        {
          "type": "image_picker",
          "id": "background_image",
          "label": "Background Image"
        },
        {
          "type": "video",
          "id": "video_link",
          "label": "Video"
        },
        {
          "type": "range",
          "id": "button_size",
          "label": "Button Size",
          "default": 11,
          "min": 1,
          "max": 99,
          "step": 1
        },
        {
          "type": "color",
          "id": "button_bg_color",
          "label": "Button Bg Color",
          "default": "#000000"
        },
        {
          "type": "color",
          "id": "button_color",
          "label": "Button Color",
          "default": "#ffffff"
        },
        {
          "type": "color",
          "id": "button_bg_h",
          "label": "Button Bg Hover Color",
          "default": "#ffffff"
        },
        {
          "type": "color",
          "id": "button_color_h",
          "label": "Button Color Hover",
          "default": "#000000"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "New Laifen Tabs"
    }
  ]
}