wp/wp-includes/blocks/list/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     3 	"apiVersion": 3,
     3 	"apiVersion": 3,
     4 	"name": "core/list",
     4 	"name": "core/list",
     5 	"title": "List",
     5 	"title": "List",
     6 	"category": "text",
     6 	"category": "text",
     7 	"allowedBlocks": [ "core/list-item" ],
     7 	"allowedBlocks": [ "core/list-item" ],
     8 	"description": "Create a bulleted or numbered list.",
     8 	"description": "An organized collection of items displayed in a specific order.",
     9 	"keywords": [ "bullet list", "ordered list", "numbered list" ],
     9 	"keywords": [ "bullet list", "ordered list", "numbered list" ],
    10 	"textdomain": "default",
    10 	"textdomain": "default",
    11 	"attributes": {
    11 	"attributes": {
    12 		"ordered": {
    12 		"ordered": {
    13 			"type": "boolean",
    13 			"type": "boolean",
    14 			"default": false,
    14 			"default": false,
    15 			"__experimentalRole": "content"
    15 			"role": "content"
    16 		},
    16 		},
    17 		"values": {
    17 		"values": {
    18 			"type": "string",
    18 			"type": "string",
    19 			"source": "html",
    19 			"source": "html",
    20 			"selector": "ol,ul",
    20 			"selector": "ol,ul",
    21 			"multiline": "li",
    21 			"multiline": "li",
    22 			"__unstableMultilineWrapperTags": [ "ol", "ul" ],
    22 			"__unstableMultilineWrapperTags": [ "ol", "ul" ],
    23 			"default": "",
    23 			"default": "",
    24 			"__experimentalRole": "content"
    24 			"role": "content"
    25 		},
    25 		},
    26 		"type": {
    26 		"type": {
    27 			"type": "string"
    27 			"type": "string"
    28 		},
    28 		},
    29 		"start": {
    29 		"start": {
    37 		}
    37 		}
    38 	},
    38 	},
    39 	"supports": {
    39 	"supports": {
    40 		"anchor": true,
    40 		"anchor": true,
    41 		"html": false,
    41 		"html": false,
       
    42 		"__experimentalBorder": {
       
    43 			"color": true,
       
    44 			"radius": true,
       
    45 			"style": true,
       
    46 			"width": true
       
    47 		},
    42 		"typography": {
    48 		"typography": {
    43 			"fontSize": true,
    49 			"fontSize": true,
    44 			"lineHeight": true,
    50 			"lineHeight": true,
    45 			"__experimentalFontFamily": true,
    51 			"__experimentalFontFamily": true,
    46 			"__experimentalFontWeight": true,
    52 			"__experimentalFontWeight": true,
    73 		"__experimentalSlashInserter": true,
    79 		"__experimentalSlashInserter": true,
    74 		"interactivity": {
    80 		"interactivity": {
    75 			"clientNavigation": true
    81 			"clientNavigation": true
    76 		}
    82 		}
    77 	},
    83 	},
       
    84 	"selectors": {
       
    85 		"border": ".wp-block-list:not(.wp-block-list .wp-block-list)"
       
    86 	},
    78 	"editorStyle": "wp-block-list-editor",
    87 	"editorStyle": "wp-block-list-editor",
    79 	"style": "wp-block-list"
    88 	"style": "wp-block-list"
    80 }
    89 }