first commit
This commit is contained in:
39
wp-includes/blocks/list/block.json
Normal file
39
wp-includes/blocks/list/block.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/list",
|
||||
"category": "text",
|
||||
"attributes": {
|
||||
"ordered": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"values": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "ol,ul",
|
||||
"multiline": "li",
|
||||
"__unstableMultilineWrapperTags": [ "ol", "ul" ],
|
||||
"default": ""
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"start": {
|
||||
"type": "number"
|
||||
},
|
||||
"reversed": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"anchor": true,
|
||||
"className": false,
|
||||
"fontSize": true,
|
||||
"color": {
|
||||
"gradients": true
|
||||
},
|
||||
"__unstablePasteTextInline": true
|
||||
},
|
||||
"editorStyle": "wp-block-list-editor",
|
||||
"style": "wp-block-list"
|
||||
}
|
||||
Reference in New Issue
Block a user