{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Multisite Language Switcher",
  "icon": "translation",
  "category": "widgets",
  "name": "lloc/msls-widget-block",
  "version": "2.10.1",
  "description": "Review the settings for the Multisite Language Switcher plugin, as the block utilizes the API function `the_msls()` for its output.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "multisite-language-switcher",
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}