first commit
This commit is contained in:
21
wp-includes/blocks/more/block.json
Normal file
21
wp-includes/blocks/more/block.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user