{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "edbi/shortcode-modules",
	"version": "0.1.0",
	"title": "Shortcode Modules",
	"category": "edbi-blocks",
	"icon": "shortcode",
	"description": "Shortcode Content Block",
	"example": {},
	"supports": {
		"html": false
	},
	"attributes": {
		"shortcodeId": {
			"type": "string",
			"default": ""
		}
	},
	"textdomain": "easy-dropbox-integration",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js",
	"render": "file:./render.php"
}
