Skip to content

Template-Overrides are not possible #836

@wini2

Description

@wini2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions