{ "name": "Newsletter", "settings": [ { "type": "text", "id": "heading", "label": "Heading", "default": "Subscribe to our newsletter" }, { "type": "richtext", "id": "newsletter_subheading", "label": "Subheading", "default": "

Signup for our newsletter to stay up to date on sales and events.

" }, { "type": "text", "id": "newsletter_gdpr_text", "label": "GDPR disclaimer", "default": "*By completing this form you're signing up to receive our emails and can unsubscribe at any time" }, { "type": "color", "id": "color", "label": "Text color", "default": "#000000" }, { "type": "color", "id": "background_color", "label": "Background", "default": "#f7f7f7" }, { "type": "paragraph", "content": "Any customers who sign up will have an account created for them in Shopify. [View customers](/admin/customers?query=&accepts_marketing=1)" }, { "type": "select", "id": "section_space", "label": "Section spacing", "default": "top_and_bottom", "options": [ { "value": "top", "label": "Top" }, { "value": "bottom", "label": "Bottom" }, { "value": "top_and_bottom", "label": "Top and bottom" }, { "value": "none", "label": "None" } ] } ], "presets": [ { "name": "Newsletter" } ], "templates": [ "404", "article", "blog", "cart", "collection", "list-collections", "index", "page", "product", "search" ] }