1.0.0-rc.2
Pre-release
Pre-release
Breaking changes
- The
queryoption has been renamed totemplatebecause we want to usequeryfor a new feature.
New features
- Dynamic options: Use Kirby's query language for options, just like select, radio, and checkboxes fields (
options: site.colors) - Custom preview components: Register your own preview types via
panel.plugin(). The field checks for a globally registeredk-token-preview-{type}component before falling back to built-in previews.