Replace datepicker with flatpicker

This commit is contained in:
Björn Fromme
2018-09-13 18:59:32 +02:00
parent 3afb5a7fd6
commit 63361dd524
9 changed files with 64 additions and 223 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Encore
.addEntry('unichamp', './web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/unichamp.js')
.addStyleEntry('rte', './web/typo3conf/ext/ep_theme/Resources/Private/Assets/css/rte.css')
.createSharedEntry('vendor', [
'jquery', 'vue', 'vue-session', '@fengyuanchen/datepicker', 'jquery-lazy',
'jquery', 'vue', 'vue-session', 'flatpickr', 'jquery-lazy',
'bootstrap-sass/assets/javascripts/bootstrap', 'slick-carousel',
'dayjs', 'cookieconsent', 'picturefill', '@fancyapps/fancybox', 'leaflet'
])