Skip to content

Block Editor

Pedro de Carvalho edited this page Jul 29, 2026 · 1 revision

Block Editor Integration (Coming Soon)

Note: Block Editor integration is planned for Phase 5A of the Saltus Framework roadmap. This page will be updated when the feature is available.

Planned Features

  • 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

Planned Config Shape

blocks: true
# or
blocks:
  list: true    # saltus/{cpt_name}-list
  single: true  # saltus/{cpt_name}-single

Check the Saltus Framework documentation site for updates.

Clone this wiki locally