location/module.json

62 lines
1.7 KiB
JSON

{
"name": "Location",
"alias": "location",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Location\\Providers\\LocationServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [
{
"title": "Locations",
"path": "",
"icon": "ki-filled ki-map text-lg",
"classes": "",
"attributes": [],
"permission": "",
"roles": [],
"sub": [
{
"title": "Provinces",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Cities",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Districts",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Villages",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
}
]
}
],
"system": []
}
}