File "block.json"

Full path: /home/bud/public_html/swamp/wp-admin/wp-includes/blocks/shortcode/block.json
File size: 410 bytes
MIME-type: text/plain
Charset: utf-8

{
	"apiVersion": 2,
	"name": "core/shortcode",
	"title": "Shortcode",
	"category": "widgets",
	"description": "Insert additional custom elements with a WordPress shortcode.",
	"textdomain": "default",
	"attributes": {
		"text": {
			"type": "string",
			"source": "html"
		}
	},
	"supports": {
		"className": false,
		"customClassName": false,
		"html": false
	},
	"editorStyle": "wp-block-shortcode-editor"
}