File "block.json"

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

{
	"apiVersion": 2,
	"name": "core/paragraph",
	"category": "text",
	"attributes": {
		"align": {
			"type": "string"
		},
		"content": {
			"type": "string",
			"source": "html",
			"selector": "p",
			"default": ""
		},
		"dropCap": {
			"type": "boolean",
			"default": false
		},
		"placeholder": {
			"type": "string"
		},
		"direction": {
			"type": "string",
			"enum": [
				"ltr",
				"rtl"
			]
		}
	},
	"supports": {
		"anchor": true,
		"className": false,
		"color": {
			"link": true
		},
		"fontSize": true,
		"lineHeight": true,
		"__experimentalSelector": "p",
		"__unstablePasteTextInline": true
	},
	"editorStyle": "wp-block-paragraph-editor",
	"style": "wp-block-paragraph"
}