wp-red-orbital/src/block.json

23 lines
463 B
JSON
Raw Normal View History

2022-07-17 20:18:39 +00:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "red-block/red-orbital",
"version": "0.1.0",
"title": "Orbital",
"category": "widgets",
"icon": "smiley",
"description": "Red Orbital Block",
"supports": {
"html": false
},
"textdomain": "red-orbital",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css",
2022-07-22 14:19:36 +00:00
"attributes": {
"count": {
"type": "number"
}
}
2022-07-17 20:18:39 +00:00
}