File "block.json"

Full path: /home/kosmetik/public_html/wp-includes/blocks/code/block.json
File size: 251 B
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

{
	"apiVersion": 2,
	"name": "core/code",
	"category": "text",
	"attributes": {
		"content": {
			"type": "string",
			"source": "html",
			"selector": "code"
		}
	},
	"supports": {
		"anchor": true,
		"fontSize": true
	},
	"style": "wp-block-code"
}