{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "rsvpmaker/event",
	"title": "RSVPMaker Event (Embed Single Event)",
	"icon": "calendar-alt",
	"category": "rsvpmaker",
	"keywords": [
		"RSVPMaker",
		"Event",
		"Calendar"
	],
"attributes": {
	"post_id": {
		"type": "string",
		"default": ""
	},
	"one_hideauthor": {
		"type": "boolean",
		"default": true
	},
	"type": {
		"type": "string",
		"default": ""
	},
	"one_format": {
		"type": "string",
		"default": ""
	},
	"hide_past": {
		"type": "string",
		"default": ""
	}
},
	"version": "2",
	"textdomain": "rsvpmaker",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"render": "file:./render.php",
	"style": "file:./style-index.css"
}
