Release v2.1.1
Release v2.1.1
Dashboard Twig forms iterate unrendered FormKit children; fix item full-page
field order for pathPattern/matchAttributes.
Changelog
Fixed
- Dashboard item form (full page): render all FormKit fields in type order. Explicit
form_rowlists skippedpathPattern/matchAttributes, so those fields appeared afterparentviaform_rest.
Changed
- Dashboard collection/item/import Twig (partials + full-page forms) iterate unrendered children (
{% for child in form %}/not child.rendered) instead of listing each field +form_rest.
Full Changelog: v2.1.0...v2.1.1