{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carhop-blocks/card-grid", "version": "0.1.0", "title": "Card Grid", "category": "carhop-blocks", "icon": "smiley", "description": "Boite de contenu pour la mise en forme d'éléments de contenu", "example": {}, "supports": { "html": false, "align": [ "wide", "full" ], "alignWide": true }, "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js", "attributes": { "align": { "type": "string", "default": "" }, "columns": { "type": "number", "default": 3 }, "cardsWithBorder": { "type": "boolean", "default": true } } }