docs: design mode auto-enables when jey_layout is installed
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
750bf2c157
commit
17893b06ae
|
|
@ -34,9 +34,12 @@ Requires **jey_theme** (declared in `required_apps`).
|
||||||
|
|
||||||
### Design machine
|
### Design machine
|
||||||
|
|
||||||
Set `"jey_design_mode": 1` in the site's `site_config.json` to enable the editor on
|
The editor is enabled automatically wherever this app is installed (design mode
|
||||||
that site. Without it, the app is inert (production sites just enforce the shipped
|
defaults to ON when `jey_layout` is present). Production sites that only have
|
||||||
snapshot via jey_theme).
|
`jey_theme` stay in "always enforce the shipped snapshot" mode.
|
||||||
|
|
||||||
|
To override on a specific site, set `"jey_design_mode"` in `site_config.json`
|
||||||
|
(`0` to force off, `1` to force on).
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue