add security.config_page

This commit is contained in:
Xavier horwood 2022-07-04 22:29:12 +10:00 committed by GitHub
parent 7a9beb4fa4
commit 5310de4447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,6 +223,9 @@ SCHEMA = {
'categories_as_tabs': SettingsValue(dict, CATEGORIES_AS_TABS),
'engines': SettingsValue(list, []),
'doi_resolvers': {},
'security': {
'config_page': SettingsValue(bool, True),
}
}