mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
00401e16b3
Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files. Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell. Fixes #58623. Built from https://develop.svn.wordpress.org/trunk@56065 git-svn-id: http://core.svn.wordpress.org/trunk@55577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/verse",
|
|
"title": "Verse",
|
|
"category": "text",
|
|
"description": "Insert poetry. Use special spacing formats. Or quote song lyrics.",
|
|
"keywords": [ "poetry", "poem" ],
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "pre",
|
|
"default": "",
|
|
"__unstablePreserveWhiteSpace": true,
|
|
"__experimentalRole": "content"
|
|
},
|
|
"textAlign": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true,
|
|
"__experimentalDefaultControls": {
|
|
"background": true,
|
|
"text": true
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontSize": true,
|
|
"__experimentalFontFamily": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true,
|
|
"fontAppearance": true
|
|
}
|
|
},
|
|
"spacing": {
|
|
"margin": true,
|
|
"padding": true
|
|
},
|
|
"__experimentalBorder": {
|
|
"radius": true,
|
|
"width": true,
|
|
"color": true,
|
|
"style": true
|
|
}
|
|
},
|
|
"style": "wp-block-verse",
|
|
"editorStyle": "wp-block-verse-editor"
|
|
}
|