Fluid Component support
Hello,
I’m currently working on a TYPO3 project where we are heavily adopting Fluid Components (introduced in newer TYPO3 versions) as our primary way to build reusable UI elements. (https://docs.typo3.org/other/typo3fluid/fluid/main/en-us/Usage/Components.html)
Before going deeper with your plugin, I wanted to ask:
Does your plugin support Fluid Components, or are there plans to support them in the future?
I tried to use this block but it doesn't work:
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"\ xmlns:my="http://typo3.org/ns/Weisgerber/DarfIchMit/Components/ComponentCollection"\ data-namespace-typo3-fluid="true">
I'm on TYPO3 13.4.x
Thanks a lot for your time and for your work on the plugin!