{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "homegrade-content-blocks/column-cards", "version": "0.1.0", "title": "Cards en Colonnes", "category": "homegrade-blocks", "description": "Starter nested — Parent", "parent": [ "homegrade-content-blocks/content-box" ], "supports": { "html": false }, "textdomain": "homegrade-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "attributes": { "columnCount": { "type": "number", "default": 3 } } }