Contact

{ "name": "Icône avec texte", "settings": [], "blocks": [ { "type": "item", "name": "Élément", "settings": [ { "type": "image_picker", "id": "image", "label": "Image de l’icône" }, { "type": "text", "id": "icon", "label": "Icône SVG (nom du fichier dans Assets)" }, { "type": "text", "id": "text", "label": "Texte" } ] } ], "presets": [ { "name": "Icône avec texte", "category": "Custom" } ] } .icon-with-text { text-align: center; } .icon-with-text img, .icon-with-text svg { width: 50px; /* ajuste selon ton design */ height: auto; display: block; margin: 0 auto 10px auto; } .icon-with-text p { margin: 0; font-size: 16px; }