Apply best practice to form finisher registration

This commit is contained in:
Björn Fromme
2021-09-07 08:46:05 +02:00
parent 86d874762f
commit 884d33c1c3
4 changed files with 56 additions and 31 deletions
@@ -6,9 +6,12 @@ plugin.tx_form.view {
}
plugin.tx_form.settings.yamlConfigurations {
100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml
1630994710 = EXT:ep_theme/Configuration/Forms/BaseSetup.yaml
1630994711 = EXT:ep_theme/Configuration/Forms/FormEngineSetup.yaml
}
module.tx_form.settings.yamlConfigurations {
100 = EXT:ep_theme/Configuration/Forms/FormSetup.yaml
1630994710 = EXT:ep_theme/Configuration/Forms/BaseSetup.yaml
1630994711 = EXT:ep_theme/Configuration/Forms/FormEditorSetup.yaml
1630994712 = EXT:ep_theme/Configuration/Forms/FormEngineSetup.yaml
}