Decreased priority of template path

Adapted to follow EXT:fluid_styled_content
To allow integrators to use the extension in the same way

Resolves: #14
This commit is contained in:
svenfnzd 2021-04-12 14:48:03 +02:00 committed by Daniel Siepmann
parent 08de6ae129
commit 3bcddd94bb

View file

@ -1,6 +1,6 @@
lib.thuecatContentElement =< lib.contentElement
lib.thuecatContentElement {
templateRootPaths {
9999 = EXT:thuecat/Resources/Private/Templates/Frontend/ContentElement/
0 = EXT:thuecat/Resources/Private/Templates/Frontend/ContentElement/
}
}