first commit
This commit is contained in:
42
wp-includes/blocks/pullquote/block.json
Normal file
42
wp-includes/blocks/pullquote/block.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/pullquote",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "blockquote",
|
||||
"multiline": "p"
|
||||
},
|
||||
"citation": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "cite",
|
||||
"default": ""
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user