40 lines
876 B
JSON
40 lines
876 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "core/list-item",
|
|
"title": "List item",
|
|
"category": "text",
|
|
"parent": [ "core/list" ],
|
|
"description": "Create a list item.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"placeholder": {
|
|
"type": "string"
|
|
},
|
|
"content": {
|
|
"type": "string",
|
|
"source": "html",
|
|
"selector": "li",
|
|
"default": "",
|
|
"__experimentalRole": "content"
|
|
}
|
|
},
|
|
"supports": {
|
|
"className": false,
|
|
"__experimentalSelector": "li",
|
|
"typography": {
|
|
"fontSize": true,
|
|
"lineHeight": true,
|
|
"__experimentalFontFamily": true,
|
|
"__experimentalFontWeight": true,
|
|
"__experimentalFontStyle": true,
|
|
"__experimentalTextTransform": true,
|
|
"__experimentalTextDecoration": true,
|
|
"__experimentalLetterSpacing": true,
|
|
"__experimentalDefaultControls": {
|
|
"fontSize": true
|
|
}
|
|
}
|
|
}
|
|
}
|