Hey!
I'm following this project with a lot of interest. Visual editing is THE missing feature in TYPO3 so I appreciate any effort going into that direction very much.
However, a lot of us have moved away from the traditional coupled approach to frontend templating with fluid and are instead building on top of the API provided by friendsoftypo3/headless, for example by using vue.js for frontend rendering (using the nuxt/typo3 package or other implementations).
Since this extension heavily relies on ViewHelpers to wrap web components and load the required JS, I would be very interested if there are any plans or thoughts of making this extension compatible with a frontend that is not using fluid (and if so, if there are already any ideas how that could look like) or if you would rather see both extensions to be mutually exclusive.
I can imagine that while porting/integrating the components to something like vue and making requests to match what's expected by the middleware could easily be done, integration of RTE could especially prove very difficult in this scenario because it requires its configuration/plugins coming from the backend.
I'd be interested in your general approach to this.
Hey!
I'm following this project with a lot of interest. Visual editing is THE missing feature in TYPO3 so I appreciate any effort going into that direction very much.
However, a lot of us have moved away from the traditional coupled approach to frontend templating with fluid and are instead building on top of the API provided by friendsoftypo3/headless, for example by using vue.js for frontend rendering (using the nuxt/typo3 package or other implementations).
Since this extension heavily relies on ViewHelpers to wrap web components and load the required JS, I would be very interested if there are any plans or thoughts of making this extension compatible with a frontend that is not using fluid (and if so, if there are already any ideas how that could look like) or if you would rather see both extensions to be mutually exclusive.
I can imagine that while porting/integrating the components to something like vue and making requests to match what's expected by the middleware could easily be done, integration of RTE could especially prove very difficult in this scenario because it requires its configuration/plugins coming from the backend.
I'd be interested in your general approach to this.