{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "sn/contact-form",
	"version": "0.1.1",
	"title": "SN - Contact Form",
	"category": "sn-category",
	"icon": "feedback",
	"description": "SN Contact Form block",
	"supports": {
		"html": false
	},
	"attributes": {
		"title": {
      "type": "string"
    },
		"body": {
			"type": "string"
		},
		"form": {
      "type": "string"
    },
		"enable_toggle": {
			"type": "boolean",
			"default": false
		}
	},
	"keywords": ["Contact Form"],
	"textdomain": "sn",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
  "render": "file:./render.php"
}
