Implement teaser for booking links
This commit is contained in:
+8
-1
@@ -49,8 +49,15 @@ mod {
|
||||
description = Teaser für ein auswählbares Produkt
|
||||
tt_content_defValues.CType = teaser_product
|
||||
}
|
||||
teaser_booking_link {
|
||||
iconIdentifier = content-ep_theme-ce
|
||||
title = Teaser Buchungslink
|
||||
description = Teaser für ein auswählbares Produkt (Buchungslink)
|
||||
tt_content_defValues.CType = teaser_booking_link
|
||||
}
|
||||
}
|
||||
show := addToList(teaser, teaser_country, teaser_region, teaser_city, teaser_hotel, teaser_concept, teaser_product)
|
||||
show := addToList(teaser, teaser_country, teaser_region, teaser_city, teaser_hotel, teaser_concept)
|
||||
show := addToList(teaser_product, teaser_booking_link)
|
||||
}
|
||||
disturber {
|
||||
header = Störer
|
||||
|
||||
@@ -82,6 +82,14 @@ TCEFORM {
|
||||
}
|
||||
}
|
||||
|
||||
layout.types.teaser_booking_link {
|
||||
removeItems = 0,2
|
||||
altLabels {
|
||||
1 = einspaltig
|
||||
3 = mehrspaltig/quer
|
||||
}
|
||||
}
|
||||
|
||||
layout.types.ytvideo {
|
||||
removeItems = 2,3
|
||||
altLabels {
|
||||
|
||||
Reference in New Issue
Block a user