Validates the step configuration within the layout section of
MishkaGervaz form DSL.
Five checks, in order:
- Steps must be present when mode is
:wizardor:tabs, and absent when mode is:standard. navigation: :freeis incompatible with:wizardmode (wizards are sequential by design; use:tabsfor free navigation).- Each step's
groupsreference an existing group. - No group appears in more than one step.
- At most one step is marked as
summary: true.
See MishkaGervaz.Form.Dsl.Layout,
MishkaGervaz.Form.Entities.Step,
MishkaGervaz.Form.Verifiers.Helpers, and sibling verifiers.