{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "rsvpmaker/contact",
	"title": "Contact Form (RSVPMaker)", 
	"icon": "admin-comments", 
	"category": "rsvpmaker",
	"description": "Simple contact form, using RSVPMaker's form builder and tracked on RSVP Report",
	"keywords": [
		 "RSVPMaker", 
		 "Contact", 
		 "Form"
	],
       "attributes": {
		"form_id": {
			"type": "number",
			"default": 0
		},
		"subject_label": {
			"type": "string",
			"default": "Subject"
		},
		"subject_prefix": {
			"type": "string",
			"default": ""
		},
		"email": {
			"type": "string",
			"default": ""
		},
		"unique_id": {
			"type": "string",
			"default": ""
		},
		"order": {
			"type": "string",
			"default": ""
		},
		"gift": {
			"type": "string",
			"default": "0"
		},
		"gateway": {
			"type": "string",
			"default": "Default"
		}
        },
	"version": "1",
	"supports": {
		"html": false
	},
	"usesContext": [ "postId" ],
	"textdomain": "rsvpmaker",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
    "render": "file:./render.php",
	"style": "file:./style-index.css"
}
