Commit updated configuration from successful upgrade to Drupal 9
This commit is contained in:
parent
c69eb0b9ea
commit
b52b7c9a71
56 changed files with 211 additions and 31 deletions
|
@ -96,6 +96,20 @@ settings:
|
|||
wide:
|
||||
title: Wide
|
||||
width: 1000
|
||||
webform_bulk_form: true
|
||||
webform_bulk_form_actions:
|
||||
- webform_open_action
|
||||
- webform_close_action
|
||||
- webform_archive_action
|
||||
- webform_unarchive_action
|
||||
- webform_delete_action
|
||||
webform_submission_bulk_form: true
|
||||
webform_submission_bulk_form_actions:
|
||||
- webform_submission_make_sticky_action
|
||||
- webform_submission_make_unsticky_action
|
||||
- webform_submission_make_lock_action
|
||||
- webform_submission_make_unlock_action
|
||||
- webform_submission_delete_action
|
||||
assets:
|
||||
css: ''
|
||||
javascript: ''
|
||||
|
@ -134,6 +148,7 @@ batch:
|
|||
purge:
|
||||
cron_size: 100
|
||||
form:
|
||||
limit: 50
|
||||
filter_category: ''
|
||||
filter_state: ''
|
||||
element:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue