17 lines
472 B
JSON
17 lines
472 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "create-block/multiblocks",
|
|
"version": "0.1.0",
|
|
"title": "Multiblocks",
|
|
"category": "homegrade-blocks",
|
|
"icon": "smiley",
|
|
"description": "Example block scaffolded with Create Block tool.",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"textdomain": "homegrade-blocks",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css"
|
|
} |