mirror of
https://github.com/werkraum-media/thuecat.git
synced 2025-01-07 11:46:15 +01:00
Daniel Siepmann
9176ba0cec
Allows to import entity of type TouristAttraction. Right now only in German, as this is most important. Add output of tourist attraction via custom content element.
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
|
|
}
|
|
}
|
|
}
|
|
}
|