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
- Use images that are close to a square format.
- Try to maintain a balance between text length and image size so they look well-aligned together.
- Remember that you can place the image on the right side using the
placement
parameter.
Limitations
heading
field - max. 100 characters.text
field - max. 500 characters.alt
field - max. 100 characters.url
field - max. 10Mb file size. The URL must be a publicly accessible direct link to an image file.placement
field - values allowed: "left", "right"
Seller Portal Editor View
Product Data Page View
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
}