13 lines
255 B
JSON
13 lines
255 B
JSON
|
{
|
||
|
"module": "locator",
|
||
|
"name": "Locator",
|
||
|
"icon": "add_location",
|
||
|
"validations" : false,
|
||
|
"routes": [
|
||
|
{
|
||
|
"url": "/locator",
|
||
|
"state": "locator",
|
||
|
"component": "vn-locator-index"
|
||
|
}
|
||
|
]
|
||
|
}
|