mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-15 04:41:22 +01:00
23 lines
335 B
JSON
23 lines
335 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|