Skip to content

Commit

Permalink
Fix syntax issue in schema for email-signup-banner section (#3664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roi-Arthur authored Nov 6, 2024
1 parent c5ea93d commit e803aaa
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 e803aaa

Please sign in to comment.