Simon Praetorius
Simon Praetorius
> Possible Validations: > > 1. If `f:fragment` is used but `f:slot` is not, it should trigger an Exception and notify the Developer that the slot is not defined. Unfortunately,...
I see your point. The only disadvantage would be that the Symfony implementation couldn't be used then.
Can you explain why that location is better? From my point of view, this feature is only related to the web-based workflow and isn't relevant for CLI. So if it...
Maybe I'm missing something here, but I don't think that this is possible without some major refactoring of the adapters. As far as I can see, the adapters behave quite...
Related: #371
Related Fluid issue: https://github.com/TYPO3/Fluid/issues/1112 After this has been documented in Fluid, we should find a good place to refer to this from the TYPO3 documentation. One use case is to...
> * data and aria attributes should just be passed through if they contain a "string" I added tests for this. Currently, this throws an exception, which is consistent with...
I have validated that the illustrated problematic behavior has already been present in Fluid v1.0.5. 819ca245f335a34a55e5c12818770091af73d259 successfully addressed the problem for the ForViewHelper back then, however it was already using...
This issue is addressed with #970
Unfortunately, this doesn't work as expected. With your changes, if you would use the following Fluid code: ```xml ``` it would result in the following HTML: ```html ``` Thus, we...