Commit updated configuration following update to Drupal 8.8
This commit is contained in:
parent
54fb61f01e
commit
de3910df62
91 changed files with 408 additions and 56 deletions
|
@ -93,6 +93,8 @@ assets:
|
|||
javascript: ''
|
||||
handler:
|
||||
excluded_handlers: { }
|
||||
variant:
|
||||
excluded_variants: { }
|
||||
export:
|
||||
temp_directory: ''
|
||||
exporter: delimited
|
||||
|
@ -122,6 +124,9 @@ batch:
|
|||
default_batch_email_size: 500
|
||||
purge:
|
||||
cron_size: 100
|
||||
form:
|
||||
filter_category: ''
|
||||
filter_state: ''
|
||||
element:
|
||||
machine_name_pattern: a-z0-9_
|
||||
empty_message: '{Empty}'
|
||||
|
@ -154,14 +159,14 @@ element:
|
|||
default_empty_option: true
|
||||
default_empty_option_required: ''
|
||||
default_empty_option_optional: ''
|
||||
default_icheck: ''
|
||||
default_google_maps_api_key: ''
|
||||
default_algolia_places_app_id: ''
|
||||
default_algolia_places_api_key: ''
|
||||
excluded_elements:
|
||||
password: password
|
||||
password_confirm: password_confirm
|
||||
webform_location_geocomplete: webform_location_geocomplete
|
||||
default_icheck: ''
|
||||
default_google_maps_api_key: ''
|
||||
html_editor:
|
||||
disabled: false
|
||||
element_format: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue