update vendor path

This commit is contained in:
Daeng Deni Mardaeni 2024-06-09 19:49:21 +07:00
parent 84fab06b08
commit 111b22610d

View File

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