{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 3,
    "name": "polylang/language-switcher",
    "version": "3.8",
    "title": "Language Switcher",
    "category": "widgets",
    "description": "Language switcher to insert in content or as a widget.",
    "example": {},
	"attributes": {
		"dropdown": {
			"type": "boolean",
			"default": 0
		},
		"show_names": {
			"type": "boolean",
			"default": 1
		},
		"show_flags": {
			"type": "boolean",
			"default": 0
		},
		"force_home": {
			"type": "boolean",
			"default": 0
		},
		"hide_current": {
			"type": "boolean",
			"default": 0
		},
		"hide_if_no_translation": {
			"type": "boolean",
			"default": 0
		},
		"className": {
			"type": "string",
			"default": ""
		}
	},
    "textdomain": "polylang",
    "editorScript": "pll_blocks"
}
