product_slider_with_side_image

display a container of products as a slider with an image on the side (children blocks should be product Layout Blocks)

localized properties must be adapted to match your e-shop languages.

{ "title": "Label", "type": "object", "properties": { "title": { "type": "object", "title": "Label", "properties": { "de": { "type": "string", "description": "label in German" }, "fr": { "type": "string", "description": "label in French" } } }, "image": { "type": "object", "title": "Side Image", "properties": { "de": { "type": "string", "description": "label in German" }, "fr": { "type": "string", "description": "label in French" } } }, "image_position": { "type": "string", "description": "Position of the image (on the left of the right of the slider)", "enum":["left","right"] }, "see_all_label": { "type": "object", "title": "See all link label", "properties": { "de": { "type": "string", "description": "see all link label in German" }, "fr": { "type": "string", "description": "see all link label in French" } } }, "see_all_link": { "type": "object", "title": "See all link", "properties": { "de": { "type": "string", "description": "see all link in German" }, "fr": { "type": "string", "description": "see all link in French" } } }, "accessor": { "type": "string", "description": "hits accessor (typically leave empty)" } } }

Complete Layout Block: