Skip to content

Commit 814f091

Browse files
committed
feat(slb-146): include autosave_form and patch to provide support for gutenberg
1 parent e4019bb commit 814f091

File tree

11 files changed

+394
-48
lines changed

11 files changed

+394
-48
lines changed

apps/silverback-drupal/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
}
2020
],
2121
"require": {
22+
"amazeelabs/proxy-autosave-form": "^1.0",
2223
"amazeelabs/proxy-drupal-core": "^1.0",
2324
"amazeelabs/proxy-gutenberg": "^1.0",
2425
"amazeelabs/silverback-cli": "@dev",

apps/silverback-drupal/composer.lock

Lines changed: 113 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
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.'
2+
_core:
3+
default_config_hash: In3MY-CuVp64RxCeU5X6rsEhR6jR4Si8OG6BX18DALg
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
interval: 5000
2+
active_on:
3+
content_entity_forms: true
4+
config_entity_forms: false
5+
notification:
6+
active: true
7+
message: 'Saving draft...'
8+
delay: 1000
9+
allowed_content_entity_types: { }
10+
_core:
11+
default_config_hash: QnLi3Y7e5T_v9EZqYxRb90E0bBDb2g1y7xREWLKJLC0

apps/silverback-drupal/config/sync/core.extension.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module:
22
admin_toolbar: 0
33
admin_toolbar_tools: 0
4+
autosave_form: 0
45
basic_auth: 0
56
block: 0
67
block_content: 0

0 commit comments

Comments
 (0)