2020-07-01 12:29:03 +00:00
|
|
|
{
|
2020-10-20 13:36:16 +00:00
|
|
|
"apiVersion": 2,
|
2020-07-01 12:29:03 +00:00
|
|
|
"name": "core/verse",
|
2021-05-19 15:09:27 +00:00
|
|
|
"title": "Verse",
|
2020-07-01 12:29:03 +00:00
|
|
|
"category": "text",
|
2021-05-19 15:09:27 +00:00
|
|
|
"description": "Insert poetry. Use special spacing formats. Or quote song lyrics.",
|
|
|
|
"keywords": [ "poetry", "poem" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 12:29:03 +00:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "pre",
|
|
|
|
"default": "",
|
2021-05-07 11:48:27 +00:00
|
|
|
"__unstablePreserveWhiteSpace": true,
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 12:29:03 +00:00
|
|
|
},
|
|
|
|
"textAlign": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-01-28 02:04:13 +00:00
|
|
|
"anchor": true,
|
2021-05-07 11:48:27 +00:00
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"link": true
|
|
|
|
},
|
2021-06-08 08:09:53 +00:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"__experimentalFontFamily": true
|
|
|
|
},
|
2021-04-15 15:19:43 +00:00
|
|
|
"spacing": {
|
|
|
|
"padding": true
|
|
|
|
}
|
2021-01-28 02:04:13 +00:00
|
|
|
},
|
|
|
|
"style": "wp-block-verse",
|
|
|
|
"editorStyle": "wp-block-verse-editor"
|
2020-07-01 12:29:03 +00:00
|
|
|
}
|