@wordpress/block-library
Version:
Block library for the WordPress editor.
19 lines (18 loc) • 324 B
JSON
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/pattern",
"title": "Pattern",
"category": "theme",
"description": "Show a block pattern.",
"supports": {
"html": false,
"inserter": false
},
"textdomain": "default",
"attributes": {
"slug": {
"type": "string"
}
}
}