Clean up the application registry

This commit is contained in:
jeremystretch
2023-02-19 13:58:01 -05:00
parent 1c2f55668a
commit f2c9d6e4eb
6 changed files with 53 additions and 65 deletions

View File

@@ -14,13 +14,13 @@ from .registration import *
from .templates import *
# Initialize plugin registry
registry['plugins'] = {
registry['plugins'].update({
'graphql_schemas': [],
'menus': [],
'menu_items': {},
'preferences': {},
'template_extensions': collections.defaultdict(list),
}
})
DEFAULT_RESOURCE_PATHS = {
'search_indexes': 'search.indexes',