mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 00:39:33 +01:00
ebca9841e8
This brings the JS packages up to date and is the first step that will allow us to include the other block editor updates for WordPress 5.9: FSE infrastrucutre, site editor and global styles. Props noisysocks. See #54337. Built from https://develop.svn.wordpress.org/trunk@52042 git-svn-id: http://core.svn.wordpress.org/trunk@51634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/list",
|
|
"title": "List",
|
|
"category": "text",
|
|
"description": "Create a bulleted or numbered list.",
|
|
"keywords": [ "bullet list", "ordered list", "numbered list" ],
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"ordered": {
|
|
"type": "boolean",
|
|
"default": false,
|
|
"__experimentalRole": "content"
|
|
},
|
|
"values": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "ol,ul",
|
|
"multiline": "li",
|
|
"__unstableMultilineWrapperTags": [ "ol", "ul" ],
|
|
"default": "",
|
|
"__experimentalRole": "content"
|
|
},
|
|
"type": {
|
|
"type": "string"
|
|
},
|
|
"start": {
|
|
"type": "number"
|
|
},
|
|
"reversed": {
|
|
"type": "boolean"
|
|
},
|
|
"placeholder": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"anchor": true,
|
|
"className": false,
|
|
"typography": {
|
|
"fontSize": true,
|
|
"__experimentalFontFamily": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
},
|
|
"color": {
|
|
"gradients": true,
|
|
"link": true
|
|
},
|
|
"__unstablePasteTextInline": true,
|
|
"__experimentalSelector": "ol,ul",
|
|
"__experimentalSlashInserter": true
|
|
},
|
|
"editorStyle": "wp-block-list-editor",
|
|
"style": "wp-block-list"
|
|
}
|