You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: djangocms_frontend/contrib/carousel/templates/djangocms_frontend/bootstrap5/carousel/default/carousel.html
Copy file name to clipboardExpand all lines: docs/source/components.rst
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ each collapsable section.
32
32
.. image:: screenshots/accordion-plugins.png
33
33
:width:394
34
34
35
-
Also see Bootstrap 5 `Accordion <https://getbootstrap.com/docs/5.0/components/accordion/>`_
35
+
Also see Bootstrap 5 `Accordion <https://getbootstrap.com/docs/5.3/components/accordion/>`_
36
36
documentation.
37
37
38
38
.. index::
@@ -58,7 +58,7 @@ the right hand side.
58
58
New features:
59
59
Alerts can have **shadows** to optically lift them.
60
60
61
-
Also see Bootstrap 5 `Alerts <https://getbootstrap.com/docs/5.0/components/alerts/>`_
61
+
Also see Bootstrap 5 `Alerts <https://getbootstrap.com/docs/5.3/components/alerts/>`_
62
62
documentation.
63
63
64
64
.. index::
@@ -76,7 +76,7 @@ plugin, badges are useful, e.g., to mark featured or new headers.
76
76
.. image:: screenshots/badge-example.png
77
77
:width:180
78
78
79
-
Also see Bootstrap 5 `Badge <https://getbootstrap.com/docs/5.0/components/badge/>`_
79
+
Also see Bootstrap 5 `Badge <https://getbootstrap.com/docs/5.3/components/badge/>`_
80
80
documentation.
81
81
82
82
.. index::
@@ -146,7 +146,7 @@ Here is an example of the new card **Image overlay** feature:
146
146
.. image:: screenshots/card-overlay-example.png
147
147
:width:298
148
148
149
-
Also see Bootstrap 5 `Card <https://getbootstrap.com/docs/5.0/components/card/>`_
149
+
Also see Bootstrap 5 `Card <https://getbootstrap.com/docs/5.3/components/card/>`_
150
150
documentation.
151
151
152
152
.. index::
@@ -156,15 +156,20 @@ documentation.
156
156
Carousel component
157
157
******************
158
158
159
-
A `Carousel <https://getbootstrap.com/docs/5.0/components/carousel/>`_
159
+
A `Carousel <https://getbootstrap.com/docs/5.3/components/carousel/>`_
160
160
is a set of images (potentially with some description) that slide in
161
161
(or fade in) one after the other after a certain amount of time.
162
162
163
+
Each slide requires a Carousel Slide child plugin. The simplest case specifies an image, potentially a caption and a link which is followed once the slide is clicked.
164
+
165
+
Since the design of carousels is somewhat opinionated template sets can be specified using the ``DJANGOCMS_FRONTEND_CAROUSEL_TEMPLATES`` setting.
166
+
.. note:: A Carousel Slide plugin can have child plugins itself. If an image is specified the child plugins add to the caption. If no image is specified the child plugins make up the slide.
167
+
163
168
******************
164
169
Collapse component
165
170
******************
166
171
167
-
The `Collapse <https://getbootstrap.com/docs/5.0/components/collapse/>`_
172
+
The `Collapse <https://getbootstrap.com/docs/5.3/components/collapse/>`_
168
173
hides text behind its headline and offers the user a trigger (e.g., a
0 commit comments