You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Behavior
When I try to extend the paths for layouts, partials and templates in my composer installation, it still accesses the files from tt_address and not my own.
Expected behavior/output
In the frontend, the file under EXT:tvg/Resources/Layouts/Layouts/Address/List.html should be rendered, not the one under EXT:tt_address/Resources/Private/Templates/List.html
Environment
TYPO3 version(s): 13.4.1
tt_address version: 9.0.1
Is your TYPO3 installation set up with Composer (Composer Mode): yes
OS: Linux
Additional context
Even if the paths under 0 and 1 in TypoScript are deleted, the default files are still rendered. Only if you rename the file under /vendor/friendsoftypo3/tt-address/Resources/Private/Templates/Address/List.html to _List.html, for example, will the custom files be used.
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
When I try to extend the paths for layouts, partials and templates in my composer installation, it still accesses the files from tt_address and not my own.
My setup.typoscript
My active TypoScript
Expected behavior/output
In the frontend, the file under EXT:tvg/Resources/Layouts/Layouts/Address/List.html should be rendered, not the one under EXT:tt_address/Resources/Private/Templates/List.html
Environment
Additional context
Even if the paths under 0 and 1 in TypoScript are deleted, the default files are still rendered. Only if you rename the file under /vendor/friendsoftypo3/tt-address/Resources/Private/Templates/Address/List.html to _List.html, for example, will the custom files be used.
The text was updated successfully, but these errors were encountered: