first commit
This commit is contained in:
21
wp-includes/blocks/subhead/block.json
Normal file
21
wp-includes/blocks/subhead/block.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/subhead",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "p"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"inserter": false,
|
||||
"multiple": false
|
||||
},
|
||||
"editorStyle": "wp-block-subhead-editor",
|
||||
"style": "wp-block-subhead"
|
||||
}
|
||||
Reference in New Issue
Block a user