English
{ "blocks": [ { "type": "slide", "name": "Slide", "limit": 10, "settings": [ { "type": "image_picker", "id": "image", "label": "Image" }, { "type": "text", "id": "heading", "label": "Heading" }, { "type": "text", "id": "button_link", "label": "Button link" }, { "type": "text", "id": "button_label", "label": "Button label" } ], "kiwi_extra": { "icon": "fas fa-image" } }, { "type": "video", "name": "Video", "limit": 1, "settings": [ { "type": "string", "id": "video_url", "label": "Video URL", } ], "kiwi_extra": { "icon": "fas fa-video" } } ] }
Detailed documentation about section blocks configuration.
icon