Skip to content

5.5.0

Choose a tag to compare

@medienbaecker medienbaecker released this 30 Jun 13:49

Per-section and per-module autopublish (#57)

The autopublish option is no longer global-only: set it on a single section or on a module blueprint too. The setting closest to the module wins (module blueprint, then section, then the global config option), so one type can be created visible while everything else stays hidden.

# site/blueprints/modules/hero.yml
autopublish: true
# a single section
sections:
  hero:
    type: modules
    autopublish: true

Skip the create dialog (#58)

When a section offers a single module type with nothing to fill in the dialog (no create.fields and an automatic anchor), clicking "Add" now creates the module immediately instead of opening an empty dialog.

Show the chevron unless a module sets an icon (#59)

Module cards now show only the expand/collapse chevron unless the module's blueprint defines an icon. Previously every card fell back to a generic box icon. Both an unset icon and icon: false show the chevron.