homegrade_blocks_production/blocks/shortcuts/build/block.json
2024-07-01 15:47:39 +02:00

18 lines
493 B
JSON

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "create-block/shortcuts",
"version": "0.1.0",
"title": "Raccourcis",
"category": "homegrade-blocks",
"description": "Example block scaffolded with Create Block tool.",
"example": {},
"supports": {
"html": false
},
"textdomain": "shortcuts",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
"viewScript": "file:./view.js"
}