feat: local backup enhancements (#714)

This commit is contained in:
Daniel Lautzenheiser
2023-04-19 13:30:21 -04:00
committed by GitHub
parent 39bb9647b2
commit 804c09415b
49 changed files with 348 additions and 140 deletions

View File

@ -363,7 +363,6 @@ function getConfigSchema() {
folder_support: { type: 'boolean' },
},
},
load_config_file: { type: 'boolean' },
slug: {
type: 'object',
properties: {
@ -388,6 +387,7 @@ function getConfigSchema() {
},
],
},
disable_local_backup: { type: 'boolean' },
editor: {
type: 'object',
properties: {