{ "name": "Slideshow", "class": "mount-slideshow mount-images", "max_blocks": 4, "settings": [ { "type": "color", "id": "slide_bg", "label": "Background", "default": "#ffffff" }, { "type": "color", "id": "slide_text", "label": "Text", "default": "#252a2b" } ], "blocks": [ { "type": "slide", "name": "Slide", "settings": [ { "type": "text", "id": "title", "label": "Heading", "default": "Slide Heading" }, { "type": "text", "id": "caption", "label": "Caption", "default": "Welcome customers to your store" }, { "type": "text", "id": "subtitle", "label": "Subheading", "default": "Showcase your best products" }, { "type": "url", "id": "link", "label": "Link" }, { "type": "image_picker", "id": "bg_img", "label": "Image" } ] } ] }