diff --git a/source/components/layout/slider.mjs b/source/components/layout/slider.mjs index afda7029cf7912578b7f73918869cc812bb70e5f..ad1710df32889c3e5e3bbaed7f3796d7be020cd3 100644 --- a/source/components/layout/slider.mjs +++ b/source/components/layout/slider.mjs @@ -131,6 +131,10 @@ class Slider extends CustomElement { * @property {boolean} features.thumbnails Thumbnails feature * @property {boolean} features.drag Drag feature * @property {Object} slides Slides configuration, an object with breakpoints and the number of slides to show + * @property {Object} slides.0 Number of slides to show at 0px + * @property {Object} slides.600 Number of slides to show at 600px @since 3.109.0 + * @property {Object} slides.1200 Number of slides to show at 1200px @since 3.109.0 + * @property {Object} slides.1800 Number of slides to show at 1800px @since 3.109.0 * @property {Object} carousel Carousel configuration * @property {number} carousel.transition Transition time between a full rotation of the carousel * @property {Object} autoPlay Auto play configuration