19 lines
467 B
JSON
19 lines
467 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "create-block/weglot-menu",
|
|
"version": "0.1.0",
|
|
"title": "Weglot Widget menu",
|
|
"category": "widgets",
|
|
"parent": ["core/navigation"],
|
|
"icon": "smiley",
|
|
"description": "Weglot switcher menu",
|
|
"supports": {
|
|
"html": true
|
|
},
|
|
"textdomain": "weglot-menu",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css"
|
|
}
|