Enable autosave form

This commit is contained in:
benjamin melançon 2020-06-15 15:58:30 -04:00
parent 87bdbbfe03
commit e4b66d24c3
3 changed files with 15 additions and 0 deletions

View 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

View 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

View file

@ -7,6 +7,7 @@ module:
allowed_formats: 0 allowed_formats: 0
antibot: 0 antibot: 0
automated_cron: 0 automated_cron: 0
autosave_form: 0
better_normalizers: 0 better_normalizers: 0
block: 0 block: 0
block_content: 0 block_content: 0