{
	"name": "material/contact-form",
  "title": "Contact Form (Material)",
	"category": "material",
	"attributes": {
		"emailTo": {
		   "type": "string",
		   "default": ""
		},
		"subject": {
		   "type": "string",
		   "default": "This e-mail was sent from a contact form"
		},
		"confirmationMessage": {
		   "type": "string",
		   "default": "Your message has been successfully sent"
		},
		"outlined": {
			"type": "boolean",
			"default": false
		  },
		"fullWidth": {
		   "type": "boolean",
		   "default": true
		},
		"preview": {
		   "type": "boolean",
		   "default": false
		}
	},
  "apiVersion": 2
}
