Managing Rich Content

Block Type: Image with Text

A block of type imageText represents an area where the image and text each occupy 50% of the space. It’s perfect for showcasing product features or details in a visually appealing way, along with their descriptions.


Best Practices

  1. Use images that are close to a square format.
  2. Try to maintain a balance between text length and image size so they look well-aligned together.
  3. Remember that you can place the image on the right side 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"

Seller Portal Editor View

Image with Text Edit


Product Data Page View

Image with Text PDP


JSON View

{
  "type": "imageText",
  "data": {
    "url": "https://media.cdn.kaufland.de/rich-content-picture/original/af79bc993c4c5f6ea0a30aa35725bb2c.jpg",
    "alt": "ALT text",
    "heading": "Info about picture",
    "placement": "left",
    "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
}