feat: local backup enhancements (#714)
This commit is contained in:
committed by
GitHub
parent
39bb9647b2
commit
804c09415b
@ -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: {
|
||||
|
Reference in New Issue
Block a user