-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[!!!][TASK] update Gridelements config to use new approach w/DataProc…
…essing
- Loading branch information
Showing
1 changed file
with
27 additions
and
31 deletions.
There are no files selected for viewing
58 changes: 27 additions & 31 deletions
58
Configuration/GridElements/TypoScript/DefaultGrid.setupts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,31 @@ | ||
lib.gridelements { | ||
defaultGridSetup { | ||
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/ | ||
50 = EXT:theme_t3kit/Resources/Private/Partials/GridElements/ | ||
} | ||
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/ | ||
tt_content.gridelements_pi1 { | ||
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/ | ||
50 = EXT:theme_t3kit/Resources/Private/Partials/GridElements/ | ||
} | ||
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 { | ||
10.default.options { | ||
respectColumns = 1 | ||
respectRows = 1 | ||
} | ||
dataProcessing { | ||
10.default.options { | ||
respectColumns = 1 | ||
respectRows = 1 | ||
} | ||
# "inherit" from lib.fluidContent | ||
800 < lib.contentElement.dataProcessing.800 | ||
830 < lib.contentElement.dataProcessing.830 | ||
200 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor | ||
200 { | ||
references.fieldName = media | ||
} | ||
# "inherit" from lib.fluidContent | ||
800 < lib.contentElement.dataProcessing.800 | ||
830 < lib.contentElement.dataProcessing.830 | ||
200 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor | ||
200 { | ||
references.fieldName = media | ||
} | ||
} | ||
} | ||
|
||
tt_content.gridelements_pi1 < lib.gridelements.defaultGridSetup |