Important: #84221 - Restructuring of form setup
See forge#84221
Description
The setup of the "form" extension has been restructured. Till now the following files were used:
Base
: setup shared in all contextsSetup. yaml Form
: setup of the Form Editor backend moduleEditor Setup. yaml Form
: setup of the Form plugin flexForm configurationEngine Setup. yaml
From now on only a single file is used:
Form
: basic setup including imports of the configuration for validators, form elements and finishers.Setup. yaml
All previously used inheritances and mixins have been resolved which makes it very easy to understand the entire configuration.
Consequently the entries in
yaml
have changed:
10
is nowForm
Setup. yaml 20
and30
have been dropped
Customizations of those entries must be adjusted accordingly.