hi,
in settings i add "'assets/js/custom/apps/calendar/calendar.js" but calendar not showing
result:
when i add additional js and css it works
also it works when i clear theme vendors
result:
so question,
what is this for if they not inclooding nothing? # Theme Vendors 'KT_THEME_VENDORS' => [
Hi Darius Ju,
The KT_THEME_VENDORS list does not include the plugin; it's just a list. To include the plugin, you can enable it in this file:
app/Core/Bootstrap/Demo1/BootstrapDefault.php
Add the following line to include the necessary vendors:
addVendors(["datatables", "fullcalendar"]);