diff --git a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts index 5ba9938a9e9e95b953a22c7ade2e1cd5cb82d34d..fd83ac3d628c82d281a70bbd69c2b6abf701294c 100644 --- a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts +++ b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts @@ -4,12 +4,15 @@ lib.fluidContent = FLUIDTEMPLATE lib.fluidContent { templateName = Default templateRootPaths { + 0 = EXT:fluid_styled_content/Resources/Private/Templates/Content/ 10 = {$styles.templates.templateRootPath} } partialRootPaths { + 0 = EXT:fluid_styled_content/Resources/Private/Partials/ 10 = {$styles.templates.partialRootPath} } layoutRootPaths { + 0 = EXT:fluid_styled_content/Resources/Private/Layouts/ 10 = {$styles.templates.layoutRootPath} } settings { diff --git a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/constants.txt b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/constants.txt index 099c161dcb6cc49b4cf159db2be0039bd7e63680..5e1d1fa44662f957102e35895f1fb9f6a20ce30a 100644 --- a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/constants.txt +++ b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/constants.txt @@ -1,10 +1,10 @@ styles.templates { - # cat=content/templates/b1; type=string; label= Default fallback path of Fluid Templates for all defined content elements - templateRootPath = EXT:fluid_styled_content/Resources/Private/Templates/Content/ - # cat=content/templates/b2; type=string; label= Default fallback path of Fluid Partials for all defined content elements - partialRootPath = EXT:fluid_styled_content/Resources/Private/Partials/ - # cat=content/templates/b3; type=string; label= Default fallback path of Fluid Layouts for all defined content elements - layoutRootPath = EXT:fluid_styled_content/Resources/Private/Layouts/ + # cat=content/templates/b1; type=string; label= Path of Fluid Templates for all defined content elements + templateRootPath = + # cat=content/templates/b2; type=string; label= Path of Fluid Partials for all defined content elements + partialRootPath = + # cat=content/templates/b3; type=string; label= Path of Fluid Layouts for all defined content elements + layoutRootPath = } styles.content { diff --git a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/setup.txt b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/setup.txt index 9e8e0f8d30872f02f7442c533ce4548391a78db3..04b478cf075496937ffc1f38dbfc986a7106bee4 100644 --- a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/setup.txt +++ b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Static/setup.txt @@ -1,7 +1,7 @@ -<INCLUDE_TYPOSCRIPT: source="FILE: EXT:fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.parseFunc.ts"> -<INCLUDE_TYPOSCRIPT: source="FILE: EXT:fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.fluidContent.ts"> -<INCLUDE_TYPOSCRIPT: source="FILE: EXT:fluid_styled_content/Configuration/TypoScript/Static/Setup/lib.stdheader.ts"> -<INCLUDE_TYPOSCRIPT: source="FILE: EXT:fluid_styled_content/Configuration/TypoScript/Static/Setup/styles.content.get.ts"> +<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.parseFunc.ts"> +<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.fluidContent.ts"> +<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.stdheader.ts"> +<INCLUDE_TYPOSCRIPT: source="FILE:./Setup/styles.content.get.ts"> tt_content = CASE tt_content {