[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
AcmaCulot
/
wp-content
/
plugins
/
redux-framework
/
extendify-sdk
/
src
/
state
+ Folder
+ File
Upload
Editing: GlobalState.js
import create from 'zustand' import { useTemplatesStore } from './Templates' export const useGlobalStore = create((set) => ({ open: false, metaData: {}, currentPage: 'main', setOpen: (value) => { set({ open: value, }) // Reset the state if it's closed manualy // value && useTemplatesStore.getState().setActive({}) - Not this though value && useTemplatesStore.getState().removeTemplates() // value && useTemplatesStore.getState().setActive({}) // This can be used to default to grid }, }))
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 GlobalState.js
FILE
Ren
[EDIT]
DEL
📄 Importing.js
FILE
Ren
[EDIT]
DEL
📄 Taxonomies.js
FILE
Ren
[EDIT]
DEL
📄 Templates.js
FILE
Ren
[EDIT]
DEL
📄 User.js
FILE
Ren
[EDIT]
DEL