{
	"apiVersion": 2,
	"name": "cgb/wp-dpe-ges",
	"version": "0.1.0",
	"title": "DPE / GES",
	"category": "widgets",
	"icon": "tag",
	"description": "Display the DPE and GES labels of a property.",
	"supports": {
		"html": false
	},
	"textdomain": "wpdpeges",
	"editorScript": "file:build/index.js",
	"editorStyle": "file:build/index.css",
	"style": "file:build/style-index.css",
	"attributes": {
		"not_subject": {
			"type": "boolean",
			"default": false
		},
		"new_dpe": {
			"type": "boolean",
			"default": false
		},
		"dpe_value": {
			"type": "text"
		},
		"ges_value": {
			"type": "text"
		},
		"display_dpe": {
			"type": "boolean",
			"default": true
		},
		"display_ges": {
			"type": "boolean",
			"default": true
		},
		"display_inline": {
			"type": "boolean",
			"default": true
		}
	}
}