Hello,
Is this ok to overwrite Bootstrap folders at the backend?
plugins/system/t4/themes/base/vendors/
bootstrap
bootstrap5
I need to use some functionalities of BS5 (navs-tabs/accordion) which require some JS. It doesn't work on T4. So I used external <link> from cdn.jsdelivr.net with v5.1.3. And it works. So I've decided to use JS libs localy to save time and scoring, download and overwrite first /bootstrap5 later also /bootstrap, of course with backup :-) I discover you are using little older 5.0.1 versions of tools like tab.js so I also download them all *.js
Then the hamburger menu stop working on mobile (class="navbar-toggler") not toggling not expand, on desktop is working good. Clean cache, disable template optimization etc. I don't touch/edit menu or template.
As I can see in source page (before and after overwriting Bootstrap subfolder) page is using this localization plugins/system/t4/themes/base/vendors/bootstrap/js/bootstrap.bundle.js never folder /bootstrap5/
Putting in another subfolder like /bootstrap513 and use 'Addons - Add new asset' also not working.
The question is: how to put newest 5.1.3 BS5 JS files to get work with T4?