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 ff2b5d4 commit 4c6a7a8Copy full SHA for 4c6a7a8
composer.json
@@ -45,6 +45,9 @@
45
"patches": {
46
"drupal/entity_print": {
47
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"
48
+ },
49
+ "drupal/webform": {
50
+ "Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch"
51
}
52
53
os2forms.info.yml
@@ -11,6 +11,7 @@ dependencies:
11
- webform_access
12
- webform_attachment
13
- webform_entity_print
14
+ - webform_entity_print_attachment
15
- webform_scheduled_email
16
- webform_submission_export_import
17
- webform_submission_log
0 commit comments