image_list

Display a list of images (children blocks should be image_cell Layout Blocks).

Picture:

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

{ "title": "Image List", "type": "object", "properties": { "title": { "type": "object", "title": "Label", "properties": { "de": { "type": "string", "description": "label in German" }, "fr": { "type": "string", "description": "label in French" } } }, "columns": { "type": "string", "title": "Number of columns", "enum":["1","2"] }, "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: