24 lines
474 B
JSON
24 lines
474 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "maxmegamenu/location",
|
|
"version": "0.1.0",
|
|
"title": "Max Mega Menu",
|
|
"category": "widgets",
|
|
"icon": "menu",
|
|
"description": "",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"attributes": {
|
|
"location": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"navigation"
|
|
],
|
|
"textdomain": "location",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css"
|
|
} |