homegrade_blocks_production/blocks/white-box/build/block.json

16 lines
436 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "homegrade-content-blocks/white-box",
"version": "0.1.0",
"title": "White Box",
"category": "homegrade-blocks",
"description": "Boite de gestion contenu",
"supports": {
"html": false
},
"textdomain": "homegrade-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}