Português (BR)
{ "blocks": [ { "type": "slide", "name": "Slide", "limit": 10, "settings": [ { "type": "image_picker", "id": "image", "label": "Imagem" }, { "type": "text", "id": "heading", "label": "Título" }, { "type": "text", "id": "button_link", "label": "Link do botão" }, { "type": "text", "id": "button_label", "label": "Texto do botão" } ], "kiwi_extra": { "icon": "fas fa-image" } }, { "type": "video", "name": "Vídeo", "limit": 1, "settings": [ { "type": "string", "id": "video_url", "label": "URL do vídeo", } ], "kiwi_extra": { "icon": "fas fa-video" } } ] }
Documentação detalhada sobre configuração de blocos de seção.
icon