Section

Password page

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

真实模板变体

Schema

{
  "name": "Password page",
  "settings": [
    {
      "type": "image_picker",
      "id": "logo",
      "label": "Logo image",
      "info": "200 x 80px .png recommended"
    },
    {
      "type": "range",
      "id": "logo_max_height",
      "min": 20,
      "max": 120,
      "step": 1,
      "default": 30,
      "unit": "px",
      "label": "Custom logo height"
    },
    {
      "type": "header",
      "content": "Content"
    },
    {
      "type": "paragraph",
      "content": "Customize your message in the 'Preferences' section of your Online Store. [Learn more](https://help.shopify.com/en/manual/online-store/themes/password-page#add-password-protection-to-your-online-store)"
    },
    {
      "type": "checkbox",
      "id": "subscription_form",
      "default": true,
      "label": "Display signup form",
      "info": "Each email subscription creates a customer account. [Learn more](https://help.shopify.com/en/manual/customers)"
    },
    {
      "type": "checkbox",
      "id": "social_links",
      "default": true,
      "label": "Display social links"
    },
    {
      "type": "checkbox",
      "id": "login_link",
      "default": true,
      "label": "Display login link"
    },
    {
      "type": "header",
      "content": "General"
    },
    {
      "type": "color",
      "id": "color_bg",
      "label": "Background",
      "default": "transparent"
    },
    {
      "type": "color",
      "id": "color_text",
      "label": "Text",
      "default": "#151515"
    },
    {
      "type": "color",
      "id": "color_border",
      "label": "Lines and borders",
      "default": "#E2E2E2"
    },
    {
      "type": "color",
      "id": "color_input_border",
      "label": "Input borders",
      "default": "#dedede"
    }
  ],
  "blocks": [],
  "presets": []
}