File "block.json"

Full Path: /home/vantageo/public_html/cache/cache/cache/.wp-cli/wp-includes/blocks/pullquote/block.json
File size: 656 bytes
MIME-type: application/json
Charset: utf-8

{
	"apiVersion": 2,
	"name": "core/pullquote",
	"category": "text",
	"attributes": {
		"value": {
			"type": "string",
			"source": "html",
			"selector": "blockquote",
			"multiline": "p"
		},
		"citation": {
			"type": "string",
			"source": "html",
			"selector": "cite",
			"default": ""
		},
		"mainColor": {
			"type": "string"
		},
		"customMainColor": {
			"type": "string"
		},
		"textColor": {
			"type": "string"
		},
		"customTextColor": {
			"type": "string"
		}
	},
	"supports": {
		"anchor": true,
		"align": [
			"left",
			"right",
			"wide",
			"full"
		]
	},
	"editorStyle": "wp-block-pullquote-editor",
	"style": "wp-block-pullquote"
}