{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "trebimeteo/flex",
  "title": "3BMeteo flex 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 pienamente integrata con i blocchi WordPress e che ti permette una personalizzazione massima.",
  "attributes": {
	"style": {
	  "type": "object",
	  "default": {
		"typography": {
		  "fontSize": 16
		}
	  }
	},
	"title": {
	  "type": "string",
	  "default": ""
	},
	"weatherType": {
	  "type": "string",
	  "default": "daily"
	},
	"lang": {
	  "type": "string",
	  "default": "it"
	},
	"items": {
	  "type": "integer",
	  "default": "10"
	},
	"loc": {
	  "type":"string",
	  "default": "6"
	},
	"selectedLocality": {
	  "type": "string",
	  "default": "Abbateggio"
	},
	"isRegistered": {
	  "type": "boolean"
	},

	"headerBackground": {
	  "type": "string",
	  "default": "#ff9900"
	},
	"headerText": {
	  "type": "string",
	  "default": "#ffffff"
	},
	"bodyBackground": {
	  "type": "string",
	  "default": ""
	},
	"bodyText": {
	  "type": "string",
	  "default": ""
	},
	"footerBackground": {
	  "type": "string",
	  "default": "#ff9900"
	},
	"footerText": {
	  "type": "string",
	  "default": "#ffffff"
	},
	"footerLink": {
	  "type": "string",
	  "default": "#ffffff"
	},

	"displayHeader": {
	  "type": "boolean",
	  "default": true
	},
	"headerAlign": {
	  "type": "string"
	},
	"customTitle": {
	  "type": "boolean",
	  "default": false
	},
	"displayFooter": {
	  "type": "boolean",
	  "default": true
	},
	"displayPrintPDF": {
	  "type": "boolean",
	  "default": true
	},
	"displayLink3b": {
	  "type": "boolean",
	  "default": true
	},

	"maxWidth": {
	  "type": "string",
	  "default": "20vw"
	},
	"minHeight": {
	  "type": "string",
	  "default": "20vh"
	},
	"isStackedOnMobile": {
	  "type": "boolean",
	  "default": false
	}
  },
  "supports": {
	"align": true,
	"alignWide": false,

	"spacing": {
	  "margin": true,
	  "padding": true
	},
	"typography": {
	  "fontFamily": true,
	  "fontSize": true,
	  "lineHeight": true
	},
	"border": {
	  "color": true,
	  "style": true,
	  "width": true
	},
	"__experimentalBorder": {
	  "color": true,
	  "style": true,
	  "width": true,
	  "__experimentalDefaultControls": {
		"color": true,
		"style": true,
		"width": true
	  }
	},
	"html": false,
	"className": true,
	"customClassName": true
  },
  "styles": [
	{
	  "name": "stacked",
	  "label": "Stacked",
	  "isDefault": true
	},
	{
	  "name": "grid",
	  "label": "Grid"
	}
  ],
  "example": {},
  "textdomain": "3b-meteo",
  "editorScript": "file:./build/index.js",
  "script": "file:./build/script.js",
  "editorStyle": "file:./build/index.css",
  "style": "file:./build/style-script.css"
}
