first commit
This commit is contained in:
28
wp-includes/blocks/quote/block.json
Normal file
28
wp-includes/blocks/quote/block.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/quote",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "blockquote",
|
||||
"multiline": "p",
|
||||
"default": ""
|
||||
},
|
||||
"citation": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "cite",
|
||||
"default": ""
|
||||
},
|
||||
"align": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true
|
||||
},
|
||||
"editorStyle": "wp-block-quote-editor",
|
||||
"style": "wp-block-quote"
|
||||
}
|
||||
Reference in New Issue
Block a user