wp/wp-includes/blocks/subhead/block.json
author ymh <ymh.work@gmail.com>
Tue, 15 Dec 2020 13:49:49 +0100
changeset 16 a86126ab1dd4
permissions -rw-r--r--
update enmi-conf

{
	"name": "core/subhead",
	"category": "text",
	"attributes": {
		"align": {
			"type": "string"
		},
		"content": {
			"type": "string",
			"source": "html",
			"selector": "p"
		}
	},
	"supports": {
		"inserter": false,
		"multiple": false
	}
}