recipe.yml
1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Forms
type: Drupal CMS
description: Adds a simple contact form, and tools for building forms.
recipes:
- drupal_cms_anti_spam
- drupal_cms_page
install:
- captcha
- editor
- filter
- menu_link_content
- views
- webform
- webform_ui
config:
# If Webform's config already exists, we don't really care what it looks like.
strict: false
import:
system:
- system.menu.main
webform:
- system.action.webform_archive_action
- system.action.webform_close_action
- system.action.webform_delete_action
- system.action.webform_open_action
- system.action.webform_submission_delete_action
- system.action.webform_submission_make_lock_action
- system.action.webform_submission_make_sticky_action
- system.action.webform_submission_make_unlock_action
- system.action.webform_submission_make_unsticky_action
- system.action.webform_unarchive_action
- editor.editor.webform_default
- filter.format.webform_default
- views.view.webform_submissions
actions:
webform.settings:
simpleConfigUpdate:
ui.promotions_disabled: true