{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dblocks/dblocks-codepro",
	"version": "0.1.0",
	"title": "Code Pro",
	"category": "dblocks",
	"description": "HTML and Syntax Highlighter",
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"attributes": {
		"content": {
			"type": "string",
			"default": "Write HTML..."
		},
		"viewMode": {
			"type": "string",
			"default": "code"
		},
		"theme": {
			"type": "string",
			"default": "vs-light"
		},
		"syntaxHighlight": {
			"type": "boolean",
			"default": false
		},
		"syntaxHighlightTheme": {
			"type": "string",
			"default": "light"
		},
		"editorLanguage": {
			"type": "string",
			"default": "html"
		},
		"editorFontSize": {
			"type": "string",
			"default": "14px"
		},
		"useWrapper": {
			"type": "boolean",
			"default": true
		},
		"editorHeight": {
            "type": "string",
            "default": "50vh"
        }
	},
	"textdomain": "dblocks-codepro",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}