<?php

/**
 * Slick slider for Contao
 *
 * Copyright (c) 2016 Benjamin Roth
 *
 * @license LGPL-3.0+
 */


/**
 * Asset version
 */
$GLOBALS['TL_ASSETS']['SWIPERJS'] = '6.5.0';

/**
 * Content elements
 */
$GLOBALS['TL_CTE']['swiperSlider'] = array
(
  'swiperSliderStart'     => 'EsalesMedia\\ContaoSwiperBundle\\Frontend\\Element\\ContentSwiperSliderStart',
  'swiperSliderStop'      => 'EsalesMedia\\ContaoSwiperBundle\\Frontend\\Element\\ContentSwiperSliderStop',
  'swiperSliderSlideStart'=> 'EsalesMedia\\ContaoSwiperBundle\\Frontend\\Element\\ContentSwiperSliderSlideStart',
  'swiperSliderSlideStop' => 'EsalesMedia\\ContaoSwiperBundle\\Frontend\\Element\\ContentSwiperSliderSlideStop',
  'swiperSliderImage'     => 'EsalesMedia\\ContaoSwiperBundle\\Frontend\\Element\\ContentSwiperSliderImage'
);

/**
 * Wrapper elements
 */

$GLOBALS['TL_WRAPPERS']['start'][] = 'swiperSliderStart';
$GLOBALS['TL_WRAPPERS']['stop'][] = 'swiperSliderStop';
$GLOBALS['TL_WRAPPERS']['start'][] = 'swiperSliderSlideStart';
$GLOBALS['TL_WRAPPERS']['stop'][] = 'swiperSliderSlideStop';