37 lines
557 B
JSON
37 lines
557 B
JSON
{
|
|
"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,
|
|
"__unstablePasteTextInline": true,
|
|
"lightBlockWrapper": true
|
|
}
|
|
}
|