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:

  • BaseSetup.yaml: setup shared in all contexts

  • FormEditorSetup.yaml: setup of the Form Editor backend module

  • FormEngineSetup.yaml: setup of the Form plugin flexForm configuration

From now on only a single file is used:

  • FormSetup.yaml: basic setup including imports of the configuration for validators, form elements and finishers.

All previously used inheritances and mixins have been resolved which makes it very easy to understand the entire configuration.

Consequently the entries in yamlConfigurations have changed:

  • 10 is now FormSetup.yaml

  • 20 and 30 have been dropped

Customizations of those entries must be adjusted accordingly.