File "block.json"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/list/block.json
File size: 661 bytes
MIME-type: application/json
Charset: utf-8

{
	"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"
}