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

22 lines
338 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/more",
"category": "design",
"attributes": {
"customText": {
"type": "string"
},
"noTeaser": {
"type": "boolean",
"default": false
}
},
"supports": {
"customClassName": false,
"className": false,
"html": false,
"multiple": false
},
"editorStyle": "wp-block-more-editor"
}