{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/placeholder",
	"title": "Placeholder",
	"description" : "Placeholder for content to be added later.",
	"icon": "admin-comments",
	"category": "rsvpmaker",
	"keywords": [
		"RSVPMaker",
		"Placeholder"
	],
	"attributes": {
		"text": {
			"type": "string",
			"default": ""
		}
	},
	"version": "3",
	"textdomain": "rsvpmaker",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
"viewScript": ["file:./settings/adminui.js","file:./single-form.js","file:./event-options.js","file:./date-time.js","file:./editor-sidebar/sidebars.js","file:./block-store.js"]
}

