thuecat/Configuration/TypoScript/PageTypes/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

17 lines
459 B
Plaintext

page {
10 {
dataProcessing {
950 = WerkraumMedia\ThueCat\Frontend\DataProcessing\ResolveEntities
950 {
as = touristAttraction
if {
isInList.data = page:doktype
value = 950
}
table = tx_thuecat_tourist_attraction
uids.data = flexform:tx_thuecat_flexform:touristAttraction
}
}
}
}