i tried for a few hours to overwrite some parameters in a yaml file of a form with typoscript. I found this passage in the manual:
But i could not get it to work. Additional i could not find a way to debug my yaml definitions. I tried the hint with
typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php::getConfigurationFromYamlFile()
but this shows only the prototypes not the forms.
So i do have some questions:
- is there a possibility to debug the combined code of yaml and typoscript for a form?
- does formDefinitionOverrides as described in the manual really work (TYPO3 9.5)
- what is ? The identifier of my form in the yaml file or the identifier in the frontend with the number of the content element (myFormIdentifier-UidOfMyContentElement)
- is it possible to work with identifiers instead of array indizes? (multiple nested array indizes with up to 10 or more entries driving me crazy.
Thanks!