2020-09-15 14:29:22 +02:00
|
|
|
{
|
2020-12-10 14:06:04 +01:00
|
|
|
"apiVersion": 2,
|
2020-09-15 14:29:22 +02:00
|
|
|
"name": "core/quote",
|
2021-07-23 11:58:50 +02:00
|
|
|
"title": "Quote",
|
2020-09-15 14:29:22 +02:00
|
|
|
"category": "text",
|
2021-07-23 11:58:50 +02:00
|
|
|
"description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar",
|
|
|
|
|
"keywords": [ "blockquote", "cite" ],
|
|
|
|
|
"textdomain": "default",
|
2020-09-15 14:29:22 +02:00
|
|
|
"attributes": {
|
|
|
|
|
"value": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"source": "html",
|
|
|
|
|
"selector": "blockquote",
|
|
|
|
|
"multiline": "p",
|
2021-07-23 11:58:50 +02:00
|
|
|
"default": "",
|
|
|
|
|
"__experimentalRole": "content"
|
2020-09-15 14:29:22 +02:00
|
|
|
},
|
|
|
|
|
"citation": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"source": "html",
|
|
|
|
|
"selector": "cite",
|
2021-07-23 11:58:50 +02:00
|
|
|
"default": "",
|
|
|
|
|
"__experimentalRole": "content"
|
2020-09-15 14:29:22 +02:00
|
|
|
},
|
|
|
|
|
"align": {
|
|
|
|
|
"type": "string"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supports": {
|
|
|
|
|
"anchor": true
|
2021-04-27 08:32:47 +02:00
|
|
|
},
|
2021-07-23 11:58:50 +02:00
|
|
|
"styles": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"label": "Default",
|
|
|
|
|
"isDefault": true
|
|
|
|
|
},
|
|
|
|
|
{ "name": "large", "label": "Large" }
|
|
|
|
|
],
|
2021-04-27 08:32:47 +02:00
|
|
|
"editorStyle": "wp-block-quote-editor",
|
|
|
|
|
"style": "wp-block-quote"
|
2020-09-15 14:29:22 +02:00
|
|
|
}
|