Skip to content
Snippets Groups Projects
Commit 3b4e2069 authored by Markus Klein's avatar Markus Klein Committed by Christian Kuhn
Browse files

[TASK] Improve default template path for FSC

Resolves: #71088
Releases: master
Change-Id: Id6304e6ee95b0681a8f2050ddcd2f6dd0d0995e8
Reviewed-on: https://review.typo3.org/44327


Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarDaniel Goerz <ervaude@gmail.com>
Tested-by: default avatarDaniel Goerz <ervaude@gmail.com>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarXavier Perseguers <xavier@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent fee4c94a
Branches
Tags
No related merge requests found
......@@ -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 {
......
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 {
......
<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 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment