Implements UI editor form for appConfig

This commit is contained in:
Alicia Sykes
2021-10-23 19:28:08 +01:00
parent e6f3cae63d
commit 89737ffa5d
5 changed files with 156 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ const KEY_NAMES = [
'SET_EDIT_MODE',
'UPDATE_ITEM',
'UPDATE_PAGE_INFO',
'UPDATE_APP_CONFIG',
];
// Convert array of key names into an object, and export