Closed brotkrueml closed 3 years ago
Hey @brotkrueml ,
we're very much in favor of supporting as many TYPO3 Core versions as possible at the same time, so I'm in favor of adding a new PHP class for v11 which has different styles and implementation.
Interested in checking the PR?
Yup, will do.
Using this extension is very helpful. As we are now upgrading our website to TYPO3 v11, it would be nice to have the extension compatible with it.
I digged a little bit into it. The setting of the template root path must be muved from the initialize() method to the render method(), as
$this->view
is not available at this place. However, also thePage.html
template changed a lot.I see two possibilities:
For a clean approach I would go for the second variant and will try to add a PR, if this is okay.