From 3bcddd94bbd63f97f0db9c136d6e14f5bc154bcc Mon Sep 17 00:00:00 2001 From: svenfnzd Date: Mon, 12 Apr 2021 14:48:03 +0200 Subject: [PATCH] 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 --- .../TypoScript/ContentElements/Rendering/_base.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TypoScript/ContentElements/Rendering/_base.typoscript b/Configuration/TypoScript/ContentElements/Rendering/_base.typoscript index bcc5032..967a84f 100644 --- a/Configuration/TypoScript/ContentElements/Rendering/_base.typoscript +++ b/Configuration/TypoScript/ContentElements/Rendering/_base.typoscript @@ -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/ } }