location/module.json

62 lines
1.8 KiB
JSON
Raw Normal View History

2024-08-07 03:08:55 +00:00
{
"name": "Location",
"alias": "location",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Location\\Providers\\LocationServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [
{
"title": "Locations",
2024-08-09 08:08:00 +00:00
"path": "locations",
2024-08-07 03:08:55 +00:00
"icon": "ki-filled ki-map text-lg",
"classes": "",
"attributes": [],
"permission": "",
"roles": [],
"sub": [
{
"title": "Provinces",
2024-08-08 15:42:10 +00:00
"path": "locations.provinces",
2024-08-07 03:08:55 +00:00
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Cities",
2024-08-09 08:08:00 +00:00
"path": "locations.cities",
2024-08-07 03:08:55 +00:00
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Districts",
2024-08-10 07:03:55 +00:00
"path": "locations.districts",
2024-08-07 03:08:55 +00:00
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Villages",
2024-08-10 13:12:04 +00:00
"path": "locations.villages",
2024-08-07 03:08:55 +00:00
"classes": "",
"attributes": [],
"permission": "",
"roles": []
}
]
}
],
"system": []
}
}