initial admin settings prototype (WIP)
This commit is contained in:
parent
9632b77786
commit
4d23d31fec
25 changed files with 760 additions and 31 deletions
|
|
@ -10,7 +10,7 @@ export const newUserFlags = {
|
|||
...defaultState.flagStorage
|
||||
}
|
||||
|
||||
const serverSideStorage = {
|
||||
const adminSettingsStorage = {
|
||||
state: {
|
||||
...cloneDeep(defaultState)
|
||||
},
|
||||
|
|
@ -40,9 +40,10 @@ const serverSideStorage = {
|
|||
}
|
||||
set(config, path, convert(c.value))
|
||||
})
|
||||
console.log(config)
|
||||
commit('updateAdminSettings', { config, modifiedPaths })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default serverSideStorage
|
||||
export default adminSettingsStorage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue