# Image Slider Element: Backend GUI /* tx_gridelements.setup.custom_element_imageslider { title = Image Slider Container description = Ein Element für einen Bilder-Slider mit Zusatztext config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Bild (min. 1) colPos = 0 allowed = textmedia } } } } } } */ # Container für Link-Boxen: Backend GUI tx_gridelements.setup.custom_container_linkbox { title = Link Box Container description = Ein Container für Link-Boxen config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Link Box Container colPos = 0 #allowed = textmedia,list allowed = textmedia } } } } } } # Image-Gallery: Backend GUI tx_gridelements.setup.custom_elements_img-gallery-4 { title = Bildergalerie mit 4 Spalten description = Ein Element für eine vierspaltige Bildergalerie config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = flow-Thumbnail-Gallery colPos = 0 allowed = textmedia } } } } } } # Logo-Gallery: Backend GUI tx_gridelements.setup.custom_elements_logo-gallery { title = Logo-Bildergalerie mit 4 Spalten description = Ein Element für eine vierspaltige Logo-Bildergalerie config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = flow-Logo-Gallery colPos = 0 allowed = textmedia } } } } } } /* # Icon-Gallery: Backend GUI tx_gridelements.setup.custom_elements_icon-gallery { title = Icongalerie für Spielplatzführer description = Ein Element für eine mehrspaltige Icongalerie config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Icon-Thumbnail-Gallery colPos = 0 allowed = textmedia } } } } } } */ # Info-Box: Backend GUI tx_gridelements.setup.custom_elements_info-box { title = Info-Box description = Ein Element für Info-Box mit farbigem Hintergrund config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = Info-Box colPos = 0 allowed = textmedia } } } } } } # One-Single-Thumbnail-Gallery: Backend GUI tx_gridelements.setup.custom_elements_one-single-thumbnail-gallery { title = Bildergalerie mit einem Thumbnail ##icon = EXT:wtsitepackage9/Resources/Ext/Gridelements/Custom/custom-one-single-thumbnail-gallery.png description = Ein Element für eine Bildergalerie mit nur einem einzigen Thumbnail config { colCount = 1 rowCount = 1 rows { 1 { columns { 1 { name = One-Single-Thumbnail-Gallery colPos = 0 allowed = textmedia } } } } } }