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

  1. Use images of the same dimensions—they are displayed in the same area as a carousel.
  2. 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

  1. url field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.
  2. alt field - max. 100 characters.
  3. slides field - min. 2 slides, max. 6 slides.

Seller Portal Editor View

Image Slider Edit


Product Data Page View

Image Slider PDP


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
}