Enable autosave form
This commit is contained in:
parent
87bdbbfe03
commit
e4b66d24c3
3 changed files with 15 additions and 0 deletions
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
|
|
@ -7,6 +7,7 @@ module:
|
|||
allowed_formats: 0
|
||||
antibot: 0
|
||||
automated_cron: 0
|
||||
autosave_form: 0
|
||||
better_normalizers: 0
|
||||
block: 0
|
||||
block_content: 0
|
||||
|
|
Loading…
Reference in a new issue