From 99627ad570517e7d227e739a24e74330a6c2cb1c Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Tue, 18 Feb 2025 12:12:50 +0100
Subject: [PATCH] chore: add doku

---
 source/components/layout/slider.mjs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/components/layout/slider.mjs b/source/components/layout/slider.mjs
index afda7029c..ad1710df3 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
-- 
GitLab