2020-07-01 14:29:03 +02:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 16:24:19 +02:00
|
|
|
"apiVersion": 3,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/verse",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "Verse",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "text",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Insert poetry. Use special spacing formats. Or quote song lyrics.",
|
|
|
|
"keywords": [ "poetry", "poem" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "pre",
|
|
|
|
"default": "",
|
2021-05-07 13:48:27 +02:00
|
|
|
"__unstablePreserveWhiteSpace": true,
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 14:29:03 +02:00
|
|
|
},
|
|
|
|
"textAlign": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2021-01-28 03:04:13 +01:00
|
|
|
"anchor": true,
|
2021-05-07 13:48:27 +02:00
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
2022-04-12 17:12:47 +02:00
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2021-05-07 13:48:27 +02:00
|
|
|
},
|
2021-06-08 10:09:53 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
2021-11-08 15:29:21 +01:00
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
2022-09-20 17:43:29 +02:00
|
|
|
"__experimentalTextDecoration": true,
|
2021-11-08 15:29:21 +01:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true,
|
|
|
|
"fontAppearance": true
|
|
|
|
}
|
2021-06-08 10:09:53 +02:00
|
|
|
},
|
2021-04-15 17:19:43 +02:00
|
|
|
"spacing": {
|
2022-09-20 17:43:29 +02:00
|
|
|
"margin": true,
|
2023-07-07 09:21:17 +02:00
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"margin": false,
|
|
|
|
"padding": false
|
|
|
|
}
|
2023-06-27 16:24:19 +02:00
|
|
|
},
|
|
|
|
"__experimentalBorder": {
|
|
|
|
"radius": true,
|
|
|
|
"width": true,
|
|
|
|
"color": true,
|
|
|
|
"style": true
|
2021-04-15 17:19:43 +02:00
|
|
|
}
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
|
|
|
"style": "wp-block-verse",
|
|
|
|
"editorStyle": "wp-block-verse-editor"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|