hi,
in settings i add "'assets/js/custom/apps/calendar/calendar.js" but calendar not showing
https://prnt.sc/PW-o4NdReLGJ
result:
https://prnt.sc/nzSvRPWi2Opx
when i add additional js and css it works
https://prnt.sc/4Lr_E-9CQ0Ju
also it works when i clear theme vendors
https://prnt.sc/WdrZKRiLm2xg
result:
https://prnt.sc/U-P3oVbN0DXJ
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"]);