🎨 Adds store and modal keys for move item

This commit is contained in:
Alicia Sykes 2021-10-24 17:22:51 +01:00
parent f4053d9bc0
commit 9bec26d4ab
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -127,6 +127,7 @@ module.exports = {
EDIT_PAGE_INFO: 'EDIT_PAGE_INFO',
EDIT_APP_CONFIG: 'EDIT_APP_CONFIG',
EXPORT_CONFIG_MENU: 'EXPORT_CONFIG_MENU',
MOVE_ITEM_TO: 'MOVE_ITEM_TO',
},
/* Key names for the top-level objects in conf.yml */
topLevelConfKeys: {