<?php /** * Slick slider for Contao * * Copyright (c) 2016 Benjamin Roth * * @license LGPL-3.0+ */ /** * Asset version */ $GLOBALS['TL_ASSETS']['SWIPERJS'] = '5.4.0'; /** * Content elements */ $GLOBALS['TL_CTE']['swiperSlider'] = array ( 'swiperSliderStart' => 'ContentSwiperSliderStart', 'swiperSliderStop' => 'ContentSwiperSliderStop', 'swiperSliderSlideStart'=> 'ContentSwiperSliderSlideStart', 'swiperSliderSlideStop' => 'ContentSwiperSliderSlideStop', 'swiperSliderImage' => 'ContentSwiperSliderImage' ); /** * Wrapper elements */ $GLOBALS['TL_WRAPPERS']['start'][] = 'swiperSliderStart'; $GLOBALS['TL_WRAPPERS']['stop'][] = 'swiperSliderStop'; $GLOBALS['TL_WRAPPERS']['start'][] = 'swiperSliderSlideStart'; $GLOBALS['TL_WRAPPERS']['stop'][] = 'swiperSliderImage';