{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "petitioner/submissions",
	"version": "0.1.0",
	"title": "Petitioner Submissions",
	"category": "petitioner-blocks",
	"icon": "align-center",
	"description": "Displays submissions for a petition",
	"supports": {
		"html": true,
		"anchor": true,
		"customClassName": true,
		"styles": false,
		"color": {
			"background": false,
			"text": false
		}
	},
	"editorScript": "file:./index.js",
	"editorStyle": "petitioner-form-style"
}
