{
	"apiVersion": 1,
	"name": "gutencon/proscons",
	"title": "Pros and Cons box",
	"category": "gutencon-modules",
	"description": "Make box with positive and negative sides",
	"attributes": {
		"prosTitle": {
			"type": "string"
		},
		"positives": {
			"type": "array",
			"default": []
		},
		"consTitle": {
			"type": "string",
			"default": ""
		},
		"negatives": {
			"type": "array",
			"default": []
		},
		"uniqueClass": {
			"type": "string",
			"default": ""
		},
		"prosbgColor": {
			"type": "string",
			"default": ""
		},
		"prostextColor": {
			"type": "string",
			"default": ""
		},
		"prostitleColor": {
			"type": "string",
			"default": ""
		},
		"prostitleBgColor": {
			"type": "string",
			"default": ""
		},
		"prosIconColor": {
			"type": "string",
			"default": ""
		},
		"prosBorderColor": {
			"type": "string",
			"default": ""
		},
		"prosBorderSize": {
			"type": "string",
			"default": ""
		},
		"consbgColor": {
			"type": "string",
			"default": ""
		},
		"constextColor": {
			"type": "string",
			"default": ""
		},
		"constitleColor": {
			"type": "string",
			"default": ""
		},
		"constitleBgColor": {
			"type": "string",
			"default": ""
		},
		"consIconColor": {
			"type": "string",
			"default": ""
		},
		"consBorderColor": {
			"type": "string",
			"default": ""
		},
		"consBorderSize": {
			"type": "number",
			"default": 0
		},
		"consShadow": {
			"type": "boolean",
			"default": false
		},
		"prosShadow": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"anchor": true,
		"align": true
	},
	"textdomain": "gutencon",
	"editorStyle": "file:../../build/index.css",
    "editorScript": "file:../../build/index.js",
    "style": "file:../../assets/proscons/style.css"
}