first commit
This commit is contained in:
24
wp-includes/blocks/verse/block.json
Normal file
24
wp-includes/blocks/verse/block.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/verse",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "pre",
|
||||
"default": "",
|
||||
"__unstablePreserveWhiteSpace": true
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"fontSize": true
|
||||
},
|
||||
"style": "wp-block-verse",
|
||||
"editorStyle": "wp-block-verse-editor"
|
||||
}
|
||||
Reference in New Issue
Block a user