Djedi - JSON
Pluggable DIY-admin able to utilize existing components from your frontend.
installing
npm install -S djedi-json react react-dom
Djedi pages frontend
Basic setup
Documentation
Admin
config
Components
registering components
Edits
Pre-made edits
Common parameters
CMSType/Children
CMSType/String
plain string
CMSType/Select
options, can be either a list of strings or an object with label
and value
keys.
registering custom edits
All custom edits needs to accept at least value
and onChange
as props.
type
use createCMSType.
overriding edits
Usage
Typescript