diff --git a/config/settings.php b/config/settings.php index bb024c8..83b2daa 100644 --- a/config/settings.php +++ b/config/settings.php @@ -60,28 +60,28 @@ return [ 'KT_THEME_VENDORS' => [ 'datatables' => [ 'css' => [ - 'assets/resources/mix/vendors/datatables/datatables.bundle.css', + 'assets/plugins/custom/datatables/datatables.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/datatables/datatables.bundle.js', + 'assets/plugins/custom/datatables/datatables.bundle.js', ], ], 'formrepeater' => [ 'js' => [ - 'assets/resources/mix/vendors/formrepeater/formrepeater.bundle.js', + 'assets/plugins/custom/formrepeater/formrepeater.bundle.js', ], ], 'fullcalendar' => [ 'css' => [ - 'assets/resources/mix/vendors/fullcalendar/fullcalendar.bundle.css', + 'assets/plugins/custom/fullcalendar/fullcalendar.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/fullcalendar/fullcalendar.bundle.js', + 'assets/plugins/custom/fullcalendar/fullcalendar.bundle.js', ], ], 'flotcharts' => [ 'js' => [ - 'assets/resources/mix/vendors/flotcharts/flotcharts.bundle.js', + 'assets/plugins/custom/flotcharts/flotcharts.bundle.js', ], ], 'google-jsapi' => [ @@ -91,79 +91,79 @@ return [ ], 'tinymce' => [ 'js' => [ - 'assets/resources/mix/vendors/tinymce/tinymce.bundle.js', + 'assets/plugins/custom/tinymce/tinymce.bundle.js', ], ], 'ckeditor-classic' => [ 'js' => [ - 'assets/resources/mix/vendors/ckeditor/ckeditor-classic.bundle.js', + 'assets/plugins/custom/ckeditor/ckeditor-classic.bundle.js', ], ], 'ckeditor-inline' => [ 'js' => [ - 'assets/resources/mix/vendors/ckeditor/ckeditor-inline.bundle.js', + 'assets/plugins/custom/ckeditor/ckeditor-inline.bundle.js', ], ], 'ckeditor-balloon' => [ 'js' => [ - 'assets/resources/mix/vendors/ckeditor/ckeditor-balloon.bundle.js', + 'assets/plugins/custom/ckeditor/ckeditor-balloon.bundle.js', ], ], 'ckeditor-balloon-block' => [ 'js' => [ - 'assets/resources/mix/vendors/ckeditor/ckeditor-balloon-block.bundle.js', + 'assets/plugins/custom/ckeditor/ckeditor-balloon-block.bundle.js', ], ], 'ckeditor-document' => [ 'js' => [ - 'assets/resources/mix/vendors/ckeditor/ckeditor-document.bundle.js', + 'assets/plugins/custom/ckeditor/ckeditor-document.bundle.js', ], ], 'draggable' => [ 'js' => [ - 'assets/resources/mix/vendors/draggable/draggable.bundle.js', + 'assets/plugins/custom/draggable/draggable.bundle.js', ], ], 'fslightbox' => [ 'js' => [ - 'assets/resources/mix/vendors/fslightbox/fslightbox.bundle.js', + 'assets/plugins/custom/fslightbox/fslightbox.bundle.js', ], ], 'jkanban' => [ 'css' => [ - 'assets/resources/mix/vendors/jkanban/jkanban.bundle.css', + 'assets/plugins/custom/jkanban/jkanban.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/jkanban/jkanban.bundle.js', + 'assets/plugins/custom/jkanban/jkanban.bundle.js', ], ], 'typedjs' => [ 'js' => [ - 'assets/resources/mix/vendors/typedjs/typedjs.bundle.js', + 'assets/plugins/custom/typedjs/typedjs.bundle.js', ], ], 'cookiealert' => [ 'css' => [ - 'assets/resources/mix/vendors/cookiealert/cookiealert.bundle.css', + 'assets/plugins/custom/cookiealert/cookiealert.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/cookiealert/cookiealert.bundle.js', + 'assets/plugins/custom/cookiealert/cookiealert.bundle.js', ], ], 'cropper' => [ 'css' => [ - 'assets/resources/mix/vendors/cropper/cropper.bundle.css', + 'assets/plugins/custom/cropper/cropper.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/cropper/cropper.bundle.js', + 'assets/plugins/custom/cropper/cropper.bundle.js', ], ], 'vis-timeline' => [ 'css' => [ - 'assets/resources/mix/vendors/vis-timeline/vis-timeline.bundle.css', + 'assets/plugins/custom/vis-timeline/vis-timeline.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/vis-timeline/vis-timeline.bundle.js', + 'assets/plugins/custom/vis-timeline/vis-timeline.bundle.js', ], ], 'jstree' => [ @@ -176,18 +176,18 @@ return [ ], 'prismjs' => [ 'css' => [ - 'assets/resources/mix/vendors/prismjs/prismjs.bundle.css', + 'assets/plugins/custom/prismjs/prismjs.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/prismjs/prismjs.bundle.js', + 'assets/plugins/custom/prismjs/prismjs.bundle.js', ], ], 'leaflet' => [ 'css' => [ - 'assets/resources/mix/vendors/leaflet/leaflet.bundle.css', + 'assets/plugins/custom/leaflet/leaflet.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/leaflet/leaflet.bundle.js', + 'assets/plugins/custom/leaflet/leaflet.bundle.js', ], ], 'amcharts' => [ @@ -220,10 +220,10 @@ return [ ], 'bootstrap-select' => [ 'css' => [ - 'assets/resources/mix/vendors/bootstrap-select/bootstrap-select.bundle.css', + 'assets/plugins/custom/bootstrap-select/bootstrap-select.bundle.css', ], 'js' => [ - 'assets/resources/mix/vendors/bootstrap-select/bootstrap-select.bundle.js', + 'assets/plugins/custom/bootstrap-select/bootstrap-select.bundle.js', ], ], 'chained-select' => [