You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Posts, categories, subCategories and collections can be made draft with:
---
draft: true
---
Drafting an entry means it'll only show up in the start mode.
Links to a draft entry (via field relations, e.g. field: +/path/to/draft/entry)
are removed from the source entries.
Also in the changes:
- Add missing setting keys to defaultSettings. Importantly, 'mode'
- Update defaultSettings of all models to include 'mode'
- Copy-paste a 'draftCheck' function across all models
- Coin the term 'node'. A node is anything in the hierarchy.
0 commit comments