-
Notifications
You must be signed in to change notification settings - Fork 1
Block Editor
Pedro de Carvalho edited this page Jul 29, 2026
·
1 revision
Note: Block Editor integration is planned for Phase 5A of the Saltus Framework roadmap. This page will be updated when the feature is available.
- Auto-register Gutenberg blocks from CPT model config
- One named block per CPT (e.g.,
saltus/movie-list,saltus/book-list) - Meta fields mapped as block attributes automatically
- Default list and single block templates
- Customizable render callbacks
blocks: true
# or
blocks:
list: true # saltus/{cpt_name}-list
single: true # saltus/{cpt_name}-singleCheck the Saltus Framework documentation site for updates.