Section

[Landing] Product v2

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

真实模板变体

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

Schema

{
  "name": "[Landing] Product v2",
  "settings": [
    {
      "type": "textarea",
      "id": "subheading",
      "label": "Subheading"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    },
    {
      "type": "header",
      "content": "Product"
    },
    {
      "type": "product",
      "id": "product",
      "label": "Product"
    },
    {
      "type": "header",
      "content": "Custom product contents"
    },
    {
      "type": "checkbox",
      "id": "custom_images",
      "label": "Custom images",
      "info": "You can add custom images in the variant block"
    },
    {
      "type": "textarea",
      "id": "product_title",
      "label": "Product title"
    },
    {
      "type": "textarea",
      "id": "product_slash_price",
      "label": "Product slash price"
    },
    {
      "type": "textarea",
      "id": "product_price",
      "label": "Product price"
    },
    {
      "type": "header",
      "content": "Additional"
    },
    {
      "type": "url",
      "id": "custom_link",
      "label": "Custom link"
    },
    {
      "type": "select",
      "id": "discount_type",
      "label": "Discount type",
      "options": [
        {
          "value": "percentage",
          "label": "Percentage"
        },
        {
          "value": "fixed_amount",
          "label": "Fixed amount"
        }
      ],
      "default": "percentage"
    },
    {
      "type": "text",
      "id": "discount_amount",
      "label": "Discount amount"
    },
    {
      "type": "text",
      "id": "discount_code",
      "label": "Discount code"
    },
    {
      "type": "header",
      "content": "Colors"
    },
    {
      "type": "color",
      "id": "bg_color",
      "label": "Background color"
    },
    {
      "type": "color",
      "id": "accent_color",
      "label": "Accent color",
      "info": "Will be used for buttons and text highlights"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color"
    },
    {
      "type": "color",
      "id": "button_text_color",
      "label": "Button text color"
    }
  ],
  "blocks": [
    {
      "type": "variant",
      "name": "Variant",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "image_picker",
          "id": "variant_icon",
          "label": "Variant icon"
        },
        {
          "type": "header",
          "content": "Variant images"
        },
        {
          "type": "image_picker",
          "id": "variant_image_1",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_2",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_3",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_4",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_5",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_6",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_7",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_8",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_9",
          "label": "Variant image"
        },
        {
          "type": "image_picker",
          "id": "variant_image_10",
          "label": "Variant image"
        }
      ]
    },
    {
      "type": "accordion",
      "name": "Accordion",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Content"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "[Landing] Product v2",
      "category": "Content"
    }
  ]
}