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

40 lines
714 B
JSON
Raw Normal View History

{
"apiVersion": 2,
"name": "core/pullquote",
"category": "text",
"attributes": {
"value": {
"type": "string",
"source": "html",
"selector": "blockquote",
"multiline": "p",
"__experimentalRole": "content"
},
"citation": {
"type": "string",
"source": "html",
"selector": "cite",
"default": "",
"__experimentalRole": "content"
},
"mainColor": {
"type": "string"
},
"customMainColor": {
"type": "string"
},
"textColor": {
"type": "string"
},
"customTextColor": {
"type": "string"
}
},
"supports": {
"anchor": true,
"align": [ "left", "right", "wide", "full" ]
},
"editorStyle": "wp-block-pullquote-editor",
"style": "wp-block-pullquote"
}