Managing Rich Content

Block Type: Image with Text Slider

A block of type imageTextSlider is a combination of the imageText and imageSlider blocks, where images are displayed together with accompanying text.


Best Practices

  1. Use images of the same dimensions—they are displayed in the same space within the carousel.
  2. Use images that are close to a square format.
  3. Maintain a balance between text length and image size so they look visually harmonious.
  4. Remember, you can place the image on the right side by using the placement parameter.

Limitations

  1. heading field - max. 100 characters.
  2. text field - max. 500 characters.
  3. alt field - max. 100 characters.
  4. url field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.
  5. placement field - values allowed: "left", "right"
  6. slides field - min. 2 slides, max. 6 slides.

Seller Portal Editor View

Image with Text Slider Edit


Product Data Page View

Image with Text Slider PDP


JSON View

{
  "type": "imageTextSlider",
  "data": {
    "slides": [
      {
        "url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
        "alt": "ALT1",
        "placement": "left",
        "heading": "Where does it come from?",
        "text": "Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum"
      },
      {
        "url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
        "alt": "ALT2",
        "placement": "left",
        "heading": "Why do we use it?",
        "text": "Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for lorem ipsum"
      }
    ]
  },
  "separator": true
}