homegrade_blocks_production/blocks/column-cards/build/block.json

25 lines
603 B
JSON

{
"$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
}
}
}