{{ 'section-image-banner.css' | asset_url | stylesheet_tag }} {{ 'component-newsletter.css' | asset_url | stylesheet_tag }} {{ 'newsletter-section.css' | asset_url | stylesheet_tag }} {{ 'section-email-signup-banner.css' | asset_url | stylesheet_tag }} {%- style -%} #Banner-{{ section.id }}::after { opacity: {{ section.settings.image_overlay_opacity | divided_by: 100.0 }}; } {%- if section.settings.image_height == 'adapt-image' and section.settings.image != blank -%} @media screen and (max-width: 749px) { #Banner-{{ section.id }}:not(.banner--mobile-bottom) .banner__content::before { padding-bottom: {{ 1 | divided_by: section.settings.image.aspect_ratio | times: 100 }}%; content: ''; display: block; } } #Banner-{{ section.id }}::before, #Banner-{{ section.id }} .banner__media::before { padding-bottom: {{ 1 | divided_by: section.settings.image.aspect_ratio | times: 100 }}%; content: ''; display: block; } {%- endif -%} {%- endstyle -%} {% schema %} { "name": "t:sections.email-signup-banner.name", "tag": "section", "class": "section", "settings": [ { "type": "paragraph", "content": "t:sections.email-signup-banner.settings.paragraph.content" }, { "type": "image_picker", "id": "image", "label": "t:sections.email-signup-banner.settings.image.label" }, { "type": "range", "id": "image_overlay_opacity", "min": 0, "max": 100, "step": 10, "unit": "%", "label": "t:sections.email-signup-banner.settings.image_overlay_opacity.label", "default": 0 }, { "type": "checkbox", "id": "show_background_image", "label": "t:sections.email-signup-banner.settings.show_background_image.label", "default": true }, { "type": "select", "id": "image_height", "options": [ { "value": "adapt-image", "label": "t:sections.email-signup-banner.settings.image_height.options__1.label" }, { "value": "small", "label": "t:sections.email-signup-banner.settings.image_height.options__2.label" }, { "value": "medium", "label": "t:sections.email-signup-banner.settings.image_height.options__3.label" }, { "value": "large", "label": "t:sections.email-signup-banner.settings.image_height.options__4.label" } ], "default": "medium", "label": "t:sections.email-signup-banner.settings.image_height.label", "info": "t:sections.email-signup-banner.settings.image_height.info" }, { "type": "select", "id": "desktop_content_position", "options": [ { "value": "top-left", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__1.label" }, { "value": "top-center", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__2.label" }, { "value": "top-right", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__3.label" }, { "value": "middle-left", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__4.label" }, { "value": "middle-center", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__5.label" }, { "value": "middle-right", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__6.label" }, { "value": "bottom-left", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__7.label" }, { "value": "bottom-center", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__8.label" }, { "value": "bottom-right", "label": "t:sections.email-signup-banner.settings.desktop_content_position.options__9.label" } ], "default": "middle-center", "label": "t:sections.email-signup-banner.settings.desktop_content_position.label" }, { "type": "checkbox", "id": "show_text_box", "default": true, "label": "t:sections.email-signup-banner.settings.show_text_box.label" }, { "type": "select", "id": "desktop_content_alignment", "options": [ { "value": "left", "label": "t:sections.email-signup-banner.settings.desktop_content_alignment.options__1.label" }, { "value": "center", "label": "t:sections.email-signup-banner.settings.desktop_content_alignment.options__2.label" }, { "value": "right", "label": "t:sections.email-signup-banner.settings.desktop_content_alignment.options__3.label" } ], "default": "center", "label": "t:sections.email-signup-banner.settings.desktop_content_alignment.label" }, { "type": "color_scheme", "id": "color_scheme", "label": "t:sections.all.colors.label", "info": "t:sections.email-signup-banner.settings.color_scheme.info", "default": "scheme-1" }, { "type": "header", "content": "t:sections.email-signup-banner.settings.header.content" }, { "type": "select", "id": "mobile_content_alignment", "options": [ { "value": "left", "label": "t:sections.email-signup-banner.settings.mobile_content_alignment.options__1.label" }, { "value": "center", "label": "t:sections.email-signup-banner.settings.mobile_content_alignment.options__2.label" }, { "value": "right", "label": "t:sections.email-signup-banner.settings.mobile_content_alignment.options__3.label" } ], "default": "center", "label": "t:sections.email-signup-banner.settings.mobile_content_alignment.label" }, { "type": "checkbox", "id": "show_text_below", "default": true, "label": "t:sections.email-signup-banner.settings.show_text_below.label" } ], "blocks": [ { "type": "heading", "name": "t:sections.email-signup-banner.blocks.heading.name", "limit": 1, "settings": [ { "type": "text", "id": "heading", "default": "Opening soon", "label": "t:sections.email-signup-banner.blocks.heading.settings.heading.label" }, { "type": "select", "id": "heading_size", "options": [ { "value": "h2", "label": "t:sections.all.heading_size.options__1.label" }, { "value": "h1", "label": "t:sections.all.heading_size.options__2.label" }, { "value": "h0", "label": "t:sections.all.heading_size.options__3.label" } ], "default": "h1", "label": "t:sections.all.heading_size.label" } ] }, { "type": "paragraph", "name": "t:sections.email-signup-banner.blocks.paragraph.name", "limit": 1, "settings": [ { "type": "richtext", "id": "text", "default": "

Be the first to know when we launch.

", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.paragraph.label" }, { "type": "select", "id": "text_style", "options": [ { "value": "body", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.options__1.label" }, { "value": "subtitle", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.options__2.label" } ], "default": "body", "label": "t:sections.email-signup-banner.blocks.paragraph.settings.text_style.label" } ] }, { "type": "email_form", "name": "t:sections.email-signup-banner.blocks.email_form.name", "limit": 1 } ], "presets": [ { "name": "t:sections.email-signup-banner.presets.name", "blocks": [ { "type": "heading" }, { "type": "paragraph" }, { "type": "email_form" } ] } ], "templates": ["password"] } {% endschema %}