You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After additional research we have found that FlexForms are read but the integration of the plugins happens mostly by including TypoScript objects: <f:cObject typoscriptObjectPath="plugin.tx_dlf_pageview" />
Because of that the FlexForm settings are read and then overwritten by TS settings.
Description
The settings array should contain settings from
FlexForm
but instead it contains only configuration fromTypoScript
.Reproduction
See: #1298
Expected Behavior
Settings from FlexForms should be available inside the controller classes.
Screenshots and Examples
See: #1298
Environment
See: #1298
Additional Context
Currently two counter measures are introduced but they only mask the error instead of fix it:
Probably bug was introduced during the update to TYPO3 11.x.
The text was updated successfully, but these errors were encountered: