Commit config updated through database update hooks
This commit is contained in:
parent
8bd145d1e1
commit
a7d4f61a82
6 changed files with 19 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
recursion_limit: 35
|
||||
_core:
|
||||
default_config_hash: X4YpfA5OdcR0yUAF6UsJxqmOdrviYYj45h_SAH_p4oU
|
3
config/sync/autosave_form.messages.yml
Normal file
3
config/sync/autosave_form.messages.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
entity_saved_in_background_alert_message: 'The content has been modified elsewhere. As a result, autosaving has been disabled and autosaved states for the current page have been deleted. Autosave will be reactivated after reloading the page.'
|
||||
_core:
|
||||
default_config_hash: In3MY-CuVp64RxCeU5X6rsEhR6jR4Si8OG6BX18DALg
|
11
config/sync/autosave_form.settings.yml
Normal file
11
config/sync/autosave_form.settings.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
interval: 60000
|
||||
active_on:
|
||||
content_entity_forms: true
|
||||
config_entity_forms: false
|
||||
notification:
|
||||
active: true
|
||||
message: 'Saving draft...'
|
||||
delay: 1000
|
||||
allowed_content_entity_types: { }
|
||||
_core:
|
||||
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0
|
|
@ -6,6 +6,7 @@ module:
|
|||
admin_toolbar_tools: 0
|
||||
antibot: 0
|
||||
automated_cron: 0
|
||||
autosave_form: 0
|
||||
better_normalizers: 0
|
||||
block: 0
|
||||
block_content: 0
|
||||
|
@ -22,6 +23,7 @@ module:
|
|||
config_actions: 0
|
||||
config_actions_provider: 0
|
||||
config_distro: 0
|
||||
config_distro_filter: 0
|
||||
config_filter: 0
|
||||
config_merge: 0
|
||||
config_normalizer: 0
|
||||
|
@ -120,6 +122,7 @@ module:
|
|||
views_ui: 0
|
||||
wysiwyg_linebreaks: 0
|
||||
ds: 1
|
||||
menu_admin_per_menu: 1
|
||||
menu_link_content: 1
|
||||
pathauto: 1
|
||||
comment_notify: 10
|
||||
|
|
|
@ -8,3 +8,4 @@ content_types:
|
|||
content_type_modes:
|
||||
landing_page:
|
||||
- full
|
||||
type: remove
|
||||
|
|
|
@ -5,3 +5,4 @@ api_classname: Mailchimp\Mailchimp
|
|||
test_mode: false
|
||||
_core:
|
||||
default_config_hash: x8k6uOqmSHPqpp71jYGxHF3_SAs3U-Pha3YCntQIhPU
|
||||
api_timeout: 10
|
||||
|
|
Loading…
Add table
Reference in a new issue