{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bogo/language-switcher",
	"title": "Language Switcher",
	"category": "widgets",
	"icon": "translation",
	"description": "Language switcher widget by Bogo.",
	"keywords": [ "Bogo", "locale" ],
	"textdomain": "bogo",
	"attributes": {
		"view": {
			"enum": [ "list", "suggestion" ],
			"default": "list"
		}
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:../../css/style.css"
}
