wp/wp-includes/blocks/list/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/list",
       
     3 	"category": "text",
       
     4 	"attributes": {
       
     5 		"ordered": {
       
     6 			"type": "boolean",
       
     7 			"default": false
       
     8 		},
       
     9 		"values": {
       
    10 			"type": "string",
       
    11 			"source": "html",
       
    12 			"selector": "ol,ul",
       
    13 			"multiline": "li",
       
    14 			"__unstableMultilineWrapperTags": [
       
    15 				"ol",
       
    16 				"ul"
       
    17 			],
       
    18 			"default": ""
       
    19 		},
       
    20 		"type": {
       
    21 			"type": "string"
       
    22 		},
       
    23 		"start": {
       
    24 			"type": "number"
       
    25 		},
       
    26 		"reversed": {
       
    27 			"type": "boolean"
       
    28 		}
       
    29 	},
       
    30 	"supports": {
       
    31 		"anchor": true,
       
    32 		"className": false,
       
    33 		"__unstablePasteTextInline": true,
       
    34 		"lightBlockWrapper": true
       
    35 	}
       
    36 }