18 lines
493 B
JSON
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"
|
|
} |