@wordpress/scripts
Version:
Collection of reusable scripts for WordPress development.
17 lines (16 loc) • 394 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "my-plugin/simple-button",
"title": "Simple Button",
"category": "design",
"icon": "button",
"description": "A simple button block.",
"supports": {
"html": false
},
"textdomain": "my-plugin",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"style": "file:./style-index.css"
}