WordPress/wp-includes/blocks/block/block.json

17 lines
244 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/block",
"category": "reusable",
"attributes": {
"ref": {
"type": "number"
}
},
"supports": {
"customClassName": false,
"html": false,
"inserter": false
},
"editorStyle": "wp-block-editor"
}