File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
djangocms_frontend/contrib/collapse/templates/djangocms_frontend/bootstrap5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22< {{ instance.tag_type }}{{ instance.get_attributes }}
33 id="{{ instance.container_identifier }}"
44 role="tabpanel"
5- data-bs-parent="#{{ parent.uuid }}"
5+ data-bs-parent="#collapse- {{ parent.uuid }}"
66 aria-labelledby="trigger-{{ instance.container_identifier }}">
77 {% for plugin in instance.child_plugin_instances %}
88 {% with forloop as parentloop %}{% render_plugin plugin %}{% endwith %}
Original file line number Diff line number Diff line change 11{% load cms_tags frontend %}
22< {{ instance.tag_type }}{{ instance.get_attributes }}
3- id="{{ instance.uuid }}"
3+ id="collapse- {{ instance.uuid }}"
44data-bs-children="{{ instance.collapse_siblings }}"
55role="tablist"
66>
You can’t perform that action at this time.
0 commit comments