Skip to content

Commit

Permalink
change destination of ce
Browse files Browse the repository at this point in the history
  • Loading branch information
xraylp committed Dec 20, 2017
1 parent cc12dc0 commit bdb8e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* @license https://www.gnu.org/licenses/gpl-3.0.en.html GPL-3.0
*/

namespace XRayLP\Bundle\FlickitySliderBundle\Elements;

use Contao\ContentElement;

/**
* Image Slider Class
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
*/

$GLOBALS['TL_CTE']['flickity_slider'] = array(
'flickity_slider_image' => 'ContentFlickitySliderImage',
'flickity_slider_image' => 'XRayLP\Bundle\FlickitySliderBundle\Elements\ContentFlickitySliderImage',

);

0 comments on commit bdb8e81

Please sign in to comment.