We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488a41 commit 11e4983Copy full SHA for 11e4983
.changeset/four-hounds-live.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cloudfour/patterns": patch
3
4
+
5
+Fix twig syntax to be PHP-compatable
src/components/subscribe/subscribe.twig
@@ -54,7 +54,7 @@
54
{% if weekly_digests_heading %}
55
{% include '@cloudfour/components/heading/heading.twig' with {
56
content: weekly_digests_heading,
57
- id: "get-weekly-digests-" + form_id,
+ id: "get-weekly-digests-#{form_id}",
58
class: 'c-subscribe__heading',
59
level: heading_level|default(2),
60
tag_name: heading_tag,
0 commit comments