The attempt to externalize the templates results in an error message. This happens even when I specify the original paths as described in https://docs.typo3.org/p/netresearch/rte-ckeditor-image/main/en-us/Examples/Template-Overrides.html#template-overrides.
lib.parseFunc_RTE {
tags.img {
settings.templateRootPaths {
100 = EXT:rte-ckeditor-image/Resources/Private/Templates/
}
settings.partialRootPaths {
100 = EXT:rte-ckeditor-image/Resources/Private/Partials/
}
settings.layoutRootPaths {
100 = EXT:rte-ckeditor-image/Resources/Private/Layouts/
}
}
}
results with
(1/1) #1772564387 TYPO3Fluid\Fluid\View\Exception\InvalidPartialException
Tried resolving a template file for partial "Image/TagInFigure" in format ".html", but none of the paths contained a suitable candidate. The following file paths were evaluated: "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure.fluid.html", "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure.html", "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure"
TYPO3 14.30
rte_ckeditor_image 13.9.1
The attempt to externalize the templates results in an error message. This happens even when I specify the original paths as described in https://docs.typo3.org/p/netresearch/rte-ckeditor-image/main/en-us/Examples/Template-Overrides.html#template-overrides.
results with
(1/1) #1772564387 TYPO3Fluid\Fluid\View\Exception\InvalidPartialException
Tried resolving a template file for partial "Image/TagInFigure" in format ".html", but none of the paths contained a suitable candidate. The following file paths were evaluated: "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure.fluid.html", "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure.html", "/var/www/html/vendor/netresearch/rte-ckeditor-image/Resources/Private/Partials/Image/TagInFigure"
TYPO3 14.30
rte_ckeditor_image 13.9.1