Skip to content

Commit

Permalink
Fix schema syntax to enable email-signup on password only
Browse files Browse the repository at this point in the history
  • Loading branch information
Roi-Arthur committed Nov 5, 2024
1 parent 68bf2a7 commit ae22f59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sections/email-signup-banner.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
"name": "t:sections.email-signup-banner.name",
"tag": "section",
"class": "section",
"enabled_on": {
"templates": ["password"]
},
"settings": [
{
"type": "paragraph",
Expand Down Expand Up @@ -398,7 +401,6 @@
}
]
}
],
"templates": ["password"]
]
}
{% endschema %}

0 comments on commit ae22f59

Please sign in to comment.