mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
ad48a15387
In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle. See https://github.com/WordPress/wordpress-develop/pull/1176 for more details. Props youknowriad, aristath, andraganescu. See #52991. Built from https://develop.svn.wordpress.org/trunk@50761 git-svn-id: http://core.svn.wordpress.org/trunk@50370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
28 lines
469 B
JSON
28 lines
469 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/verse",
|
|
"category": "text",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "pre",
|
|
"default": "",
|
|
"__unstablePreserveWhiteSpace": true
|
|
},
|
|
"textAlign": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"__experimentalFontFamily": true,
|
|
"fontSize": true,
|
|
"spacing": {
|
|
"padding": true
|
|
}
|
|
},
|
|
"style": "wp-block-verse",
|
|
"editorStyle": "wp-block-verse-editor"
|
|
}
|