Get TYPO3 Plugin settings from FlexForms in controller
问题 I have a FE Plugin which uses a FlexForm MyExtFlexForm which is used to set certain configurations like limit or SourcePage etc.. In my controller action list I get these settings using $this->settings . Works fine till now. Now, I make AJAX calls to action update and I need to use the same settings which have been set earlier through the FlexForm for the FE plugin on this page. $this->settings does not show anything . I checked $GLOBALS['TSFE']->tmpl->setup['plugin']['MyExt.']['settings.']