Skip to content

Commit e7c5612

Browse files
committed
#227: Added Drupal core patch to make conditionals based upon computed twig work
1 parent 6e52ea4 commit e7c5612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
},
115115
"enable-patching": true,
116116
"patches": {
117+
"drupal/core": {
118+
"Allow conditionals based on computed twig (https://www.drupal.org/project/webform/issues/3481569)": "https://www.drupal.org/files/issues/2024-11-05/revert-core-states.patch"
119+
},
117120
"drupal/coc_forms_auto_export": {
118121
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff"
119122
},

0 commit comments

Comments
 (0)