Simon Praetorius
Simon Praetorius
With the new ViewHelperResolver delegates, it should be possible to build a new collection of ViewHelpers that helps with creating dynamic HTML tags. This could look something like this: ```xml...
We should allow to specify default values for slots in case a slot wasn't defined. We would probably use the tag content for that, but we need to evaluate first...
Fluid should be able to validate if a filled slot is used by a component: Using `` for a component that doesn't define a slot with the fragment's name should...
It would be helpful if the current ExtBase request would be provided to Finisher objects as a new constructor parameter: https://github.com/in2code-de/femanager/blob/v8/Classes/Finisher/AbstractFinisher.php#L118 Then it could be used to for example render...