Skip to main content
← Changelog

Simplified Theme Block Management

Block definitions now live in managed collections, providing editors with clearer admin screens and theme authors with more control over versioning and configuration updates.

Important block configuration used to be buried inside uploaded theme bundles. Theme manifests and block definitions now live in dedicated managed collections, giving Basker a stronger model for documenting blocks, controlling settings, and evolving theme capabilities without hiding configuration inside theme bundles.

For editors

More predictable admin screens when blocks nest deeply or carry relationship fields. Field context handling around custom components is improved, so complex blocks are easier to configure correctly.

For theme authors

More control over how blocks are defined and versioned. Fewer surprises when a configuration change ripples through multiple pages. Blocks can be updated in the managed collection without requiring a full theme reupload.

Improvement Themes