{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "trebimeteo/old",
	"title": "3BMeteo old widget",
	"category": "widgets",
  	"keywords": [
	  "meteo",
	  "meteo italia",
	  "previsioni del tempo",
	  "meteo sul sito",
	  "previsioni meteo",
	  "3b meteo",
	  "block meteo"
	],
	"icon": "cloud",
	"description": "E' la prima versione di widget non responsive che il plugin mantiene per retrocompatibilità con il passato.",
  	"attributes": {
		"tm": {
			"type":"string",
			"default": "xssmall"
		},
		"idreg": {
			"type":"string",
			"default": "1"
		},
		"loc": {
			"type":"string",
			"default": "6"
		},
		"width": {
			"type":"string",
			"default": "150px"
		},
		"height": {
			"type":"string",
			"default": "190px"
		},
		"b1": {
			"type":"string",
			"default": "#93c1db"
		},
		"b2": {
			"type":"string",
			"default": "#3a8ebd"
		},
		"b3": {
			"type": "string",
			"default": ""
		},
		"c1": {
			"type": "string",
			"default": "#ffffff"
		},
		"c2": {
			"type": "string",
			"default": ""
		},
		"c3": {
			"type": "string",
			"default": ""
		},
		"selectedLocality": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
	  	"className": false,
	  	"customClassName": false
	},
  	"example": {},
	"textdomain": "3b-meteo",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css"
}
