{
	"apiVersion": 3,
	"name": "casaca/chart-table",
	"icon": "editor-table",
	"title": "Gráfico de tabela",
	"category": "theme",
	"description": "Bloco gráfico de tabela",
	"keywords": ["gráfico", "charts"],
	"supports": {
		"spacing": {
			"padding": true
		}
	},
	"attributes": {
		"graph_title":{
			"type": "string",
			"default": "Título"
		},
		"custom_max_item":{
			"type": "integer",
			"default": 10
		},		
		"custom_size_width":{
			"type": "string",
			"default": "300"
		},
		"custom_size_height":{
			"type": "string",
			"default": "300"
		},
		"graph_image_data": {
			"type": "string",
			"default": "image"
		},
		"graph_meta_data":{
			"type": "array",
			"default":[
				["Categoria", "Valor"],
				["Maçã", 30],
				["Banana", 20],
				["Laranja", 50]
			]
		}
	},	
	"textdomain": "chart-table",
	"editorScript": "file:./index.js",
	"script": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
