Skip to content

Commit

Permalink
[BUGFIX] fix gridelements templateRootPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Dec 10, 2018
1 parent 30023da commit b36b185
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Configuration/GridElements/TypoScript/DefaultGrid.setupts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
lib.gridelements {
defaultGridSetup {
cObject = FLUIDTEMPLATE
cObject {
layoutRootPaths {
20 = EXT:fluid_styled_content/Resources/Private/Layouts/
30 = EXT:theme_t3kit/Resources/Private/Layouts/FluidStyledContent/
40 = EXT:theme_t3kit/Resources/Private/Layouts/GridElements/
}
partialRootPaths {
20 = EXT:fluid_styled_content/Resources/Private/Partials/
30 = EXT:theme_t3kit/Resources/Private/Partials/ContentElements/
40 = EXT:theme_t3kit/Resources/Private/Partials/FluidStyledContent/
}
templateRootPaths {
20 = EXT:theme_t3kit/Resources/Private/Templates/ContentElements/
30 = EXT:theme_t3kit/Resources/Private/Templates/FluidStyledContent/
}
dataProcessing {
# "inherit" from lib.fluidContent
800 < lib.contentElement.dataProcessing.800
830 < lib.contentElement.dataProcessing.830
}
layoutRootPaths {
20 = EXT:fluid_styled_content/Resources/Private/Layouts/
30 = EXT:theme_t3kit/Resources/Private/Layouts/FluidStyledContent/
40 = EXT:theme_t3kit/Resources/Private/Layouts/GridElements/
}
partialRootPaths {
20 = EXT:fluid_styled_content/Resources/Private/Partials/
30 = EXT:theme_t3kit/Resources/Private/Partials/ContentElements/
40 = EXT:theme_t3kit/Resources/Private/Partials/FluidStyledContent/
}
templateRootPaths {
20 = EXT:theme_t3kit/Resources/Private/Templates/ContentElements/
30 = EXT:theme_t3kit/Resources/Private/Templates/FluidStyledContent/
40 = EXT:theme_t3kit/Resources/Private/Templates/GridElements/
}
dataProcessing {
# "inherit" from lib.fluidContent
800 < lib.contentElement.dataProcessing.800
830 < lib.contentElement.dataProcessing.830
}
}
}

tt_content.gridelements_pi1 < lib.gridelements.defaultGridSetup

0 comments on commit b36b185

Please sign in to comment.