{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "trebimeteo/classic",
  "title": "3BMeteo classic widget",
  "category": "widgets",
  "keywords": [
	"meteo",
	"meteo italia",
	"previsioni del tempo",
	"meteo sul sito",
	"previsioni meteo",
	"3b meteo",
	"block meteo"
  ],
  "icon": "cloud",
  "description": "E' la versione di widget attualmente disponibile sul sito all'indirizzo https://www.3bmeteo.com/widgets",
  "attributes": {
	"tm": {
	  "type": "string",
	  "default": "localita_1_giorno_compatto"
	},
	"idreg": {
	  "type": "string",
	  "default": "1"
	},
	"loc": {
	  "type": "string",
	  "default": "6"
	},
	"maxWidth": {
	  "type": "string",
	  "default": "186px"
	},
	"minHeight": {
	  "type": "string",
	  "default": "250px"
	},
	"colorfield1": {
	  "type": "string",
	  "default": "#FC9B2A"
	},
	"colorfield2": {
	  "type": "string",
	  "default": "#FFFFFF"
	},
	"colorfield3": {
	  "type": "string",
	  "default": "#FFFFFF"
	},
	"colorfield4": {
	  "type": "string",
	  "default": "#5E5E5E"
	},
	"lang": {
	  "type": "string",
	  "default": "it"
	},
	"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"
}
