updated term_reference_tree and patch

This commit is contained in:
2022-02-07 13:26:31 +01:00
parent fca23011ab
commit f5ec4dff13
12 changed files with 126 additions and 39 deletions

View File

@@ -318,11 +318,11 @@ content:
weight: 11
settings:
start_minimized: true
select_parents: true
cascading_selection: 0
track_list: true
max_depth: 0
leaves_only: false
select_parents: false
third_party_settings: { }
type: term_reference_tree
region: content

View File

@@ -0,0 +1,11 @@
uuid: cbfb56cd-ce05-4b6d-b14b-9b2e31c2f7d6
langcode: en
status: true
dependencies:
module:
- webform
id: webform_archive_action
label: 'Archive webform'
type: webform
plugin: webform_archive_action
configuration: { }

View File

@@ -0,0 +1,11 @@
uuid: 1fa25f16-05be-4ed1-b30e-af794ee0fa18
langcode: en
status: true
dependencies:
module:
- webform
id: webform_close_action
label: 'Close webform'
type: webform
plugin: webform_close_action
configuration: { }

View File

@@ -0,0 +1,11 @@
uuid: 9b746a06-1180-4f51-b4e8-d4a36cbb8817
langcode: en
status: true
dependencies:
module:
- webform
id: webform_delete_action
label: 'Delete webform'
type: webform
plugin: webform_delete_action
configuration: { }

View File

@@ -0,0 +1,11 @@
uuid: c56c3b8d-a4c8-4ae6-aa44-93d81cfa5d9d
langcode: en
status: true
dependencies:
module:
- webform
id: webform_open_action
label: 'Open webform'
type: webform
plugin: webform_open_action
configuration: { }

View File

@@ -0,0 +1,11 @@
uuid: 7014fe29-a9dc-4af7-b240-1e90f3e04108
langcode: en
status: true
dependencies:
module:
- webform
id: webform_unarchive_action
label: 'Restore webform'
type: webform
plugin: webform_unarchive_action
configuration: { }

View File

@@ -13,3 +13,4 @@ extended_mail_subject: '[site:name]: Account blocked, please verify Email addres
extended_mail_body: 'Your account is blocked. Your Email may still be verified by following the link: [user:verify-email-extended]'
_core:
default_config_hash: jMF3rV51ujHssuZyYCHEBAat_VlUArx0IGmGOZzOV8Y
extended_end_delete_account: true

View File

@@ -85,6 +85,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: ''
@@ -123,6 +137,7 @@ batch:
purge:
cron_size: 100
form:
limit: 50
filter_category: ''
filter_state: ''
element:

View File

@@ -5,8 +5,6 @@ dependencies:
enforced:
module:
- webform
_core:
default_config_hash: Q4QShRpLvlheaOjtXj4lKYXCOGMiuBopVI6GYCCWRK8
open: null
close: null
weight: 0
@@ -59,6 +57,9 @@ settings:
form_access_denied_message: ''
form_access_denied_attributes: { }
form_file_limit: ''
form_method: ''
form_action: ''
form_attributes: { }
share: false
share_node: false
share_theme_name: ''
@@ -227,13 +228,13 @@ handlers:
html: true
attachments: false
twig: false
theme_name: ''
parameters: { }
debug: false
reply_to: ''
return_path: ''
sender_mail: ''
sender_name: ''
theme_name: ''
parameters: { }
email_notification:
id: email
label: 'Email notification'
@@ -264,11 +265,13 @@ handlers:
html: true
attachments: false
twig: false
theme_name: ''
parameters: { }
debug: false
reply_to: ''
return_path: ''
sender_mail: ''
sender_name: ''
theme_name: ''
parameters: { }
variants: { }
_core:
default_config_hash: Q4QShRpLvlheaOjtXj4lKYXCOGMiuBopVI6GYCCWRK8

View File

@@ -59,6 +59,9 @@ settings:
form_access_denied_message: ''
form_access_denied_attributes: { }
form_file_limit: ''
form_method: ''
form_action: ''
form_attributes: { }
share: false
share_node: false
share_theme_name: ''