Signup For The Naughty Girl Newsletter
{% comment %} Translations {% endcomment %}
{% assign success_t = 'home.newsletter.success' | t %}
{% assign email_placeholder_t = 'home.newsletter.email_placeholder' | t %}
{% assign button_t = 'home.newsletter.button' | t %}
{% comment %} Variables {% endcomment %}
{% include 'framework--background-colors', bg_color: section.settings.background-color %}
{% assign heading = section.settings.heading | escape %}
{% assign subheading = section.settings.newsletter--subheading %}
{% comment %} View {% endcomment %}
{% schema %}
{
"name": "Newsletter",
"settings": [
{
"id": "background-color",
"label": "Background color",
"type": "select",
"options": [
{ "label": "None", "value": "none" },
{ "label": "Light grey", "value": "light" },
{ "label": "Accent", "value": "accent" }
],
"default": "none"
},
{
"type": "text",
"id": "heading",
"label": "Heading",
"default": "Subscribe to our newsletter"
},
{
"type": "richtext",
"id": "newsletter--subheading",
"label": "Subheading",
"default": "A short sentence describing what someone will receive by subscribing
" }, { "type": "paragraph", "content": "Customers who subscribe will have their email address added to the “accepts marketing” [customer list](/admin/customers?query=&accepts_marketing=1)" } ], "presets": [{ "name": "Newsletter", "category": "Promotional" }], "blocks" : [] } {% endschema %}