mirror of https://github.com/Lissy93/dashy.git
🎨 Adds store and modal keys for move item
This commit is contained in:
parent
f4053d9bc0
commit
9bec26d4ab
|
@ -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
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue