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
|
||||
|
||||
Set `"jey_design_mode": 1` in the site's `site_config.json` to enable the editor on
|
||||
that site. Without it, the app is inert (production sites just enforce the shipped
|
||||
snapshot via jey_theme).
|
||||
The editor is enabled automatically wherever this app is installed (design mode
|
||||
defaults to ON when `jey_layout` is present). Production sites that only have
|
||||
`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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue