Managing Rich Content
Block Type: Image Slider
A block of type imageSlider is used to organize image sliders. It’s perfect for showcasing multiple product views or features.
Best Practices
- Use images of the same dimensions—they are displayed in the same area as a carousel.
- If you have a particularly important image to show, use an image or imageText block instead, so the user can see it without interacting with a slider.
Limitations
url
field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.alt
field - max. 100 characters.slides
field - min. 2 slides, max. 6 slides.
Seller Portal Editor View
Product Data Page View
JSON View
{
"type": "imageSlider",
"data": {
"slides": [
{
"url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
"alt": "ALT1"
},
{
"url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
"alt": "ALT2"
},
{
"url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
"alt": "ALT3"
}
]
},
"separator": true
}