mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-05 12:56:11 +01:00
Daniel Siepmann
775db67efa
Allows to select a single tourist attraction. Provides static TypoScript to resolve reference for Fluid based rendering.
13 lines
396 B
Text
13 lines
396 B
Text
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
|
|
}
|
|
}
|
|
}
|
|
}
|