File "block.json"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/IXR/wp-includes/blocks/quote/block.json
File size: 458 bytes
MIME-type: application/json
Charset: utf-8

{
	"apiVersion": 2,
	"name": "core/quote",
	"category": "text",
	"attributes": {
		"value": {
			"type": "string",
			"source": "html",
			"selector": "blockquote",
			"multiline": "p",
			"default": ""
		},
		"citation": {
			"type": "string",
			"source": "html",
			"selector": "cite",
			"default": ""
		},
		"align": {
			"type": "string"
		}
	},
	"supports": {
		"anchor": true
	},
	"editorStyle": "wp-block-quote-editor",
	"style": "wp-block-quote"
}