powermail icon indicating copy to clipboard operation
powermail copied to clipboard

[FEATURE] Make it possible to assign variables to the view

Open georgringer opened this issue 1 year ago • 0 comments

Using a slot is nice but currently there is no way to assign items to the view besides using xclass. E.g. https://github.com/thomasrawiel/powermailcaptcha/blob/develop/Classes/Controller/FormController.php as example

  • setSettings can't be used because the settings are assigned to the view way earlier
  • changing the slot is not an option because breaking

georgringer avatar Jun 02 '23 07:06 georgringer