thuecat/Configuration/TypoScript/ContentElements/Rendering/TouristAttraction.typoscript
Daniel Siepmann 775db67efa Add new page type for tourist attraction
Allows to select a single tourist attraction.
Provides static TypoScript to resolve reference for Fluid based
rendering.
2021-02-18 08:52:20 +01:00

14 lines
396 B
Plaintext

tt_content {
thuecat_tourist_attraction =< lib.thuecatContentElement
thuecat_tourist_attraction {
templateName = TouristAttraction
dataProcessing {
10 = WerkraumMedia\ThueCat\Frontend\DataProcessing\ResolveEntities
10 {
table = tx_thuecat_tourist_attraction
uids.data = field:records
}
}
}
}