{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "rsvpmaker/admin",
	"version": "0.1.0",
	"title": "Admin",
	"category": "widgets",
	"icon": "smiley",
	"description": "Collection of editor customizations for RSVPMaker content.",
	"supports": {
		"html": false
	},
	"textdomain": "admin",
	"editorScript": ["file:./index.js","file:./oldblocks/block.js"],
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": ["file:./adminui.js","file:./single-form.js","file:./event-options.js","file:./date-time.js","file:./editor-sidebar/sidebars.js","file:./metabox.js"]
}
