-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootstrap accordion not working #3263
Comments
Joomla 4 Introduces a Modular Approach for Interactive Components |
Ok. I added the code But how to add this code in Gantry5 template? |
If you are using Gantry you can add bootstrap in a basic outline for the entire site or a dedicated outline, page settings tab -> Head Properties -> Custom Content |
You probably need to return the link from the cdn. for example <script src="/media/vendor/bootstrap/js/collapse.min.js" type="module"></script>You can use this plugin and create a suitable module and publish it to gantry using the module instance particle |
Hello.
I installed clean Joomla 4.4.6 and latest Gantry 5 + Helium template.
Then I inserted accordion code from Bootstrap 5 example from this page https://getbootstrap.com/docs/5.0/components/accordion/
The code doesn't work. The button doesn't work.
The text was updated successfully, but these errors were encountered: