mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-10 14:58:40 +00:00
51 lines
1.1 KiB
JSON
Executable File
51 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": {
|
|
"id": 1000300000,
|
|
"internal": "Profile",
|
|
"external": "Profile"
|
|
},
|
|
"category": "General",
|
|
"version": "1.0.0",
|
|
"requirements": {
|
|
"phpOMS": "1.0.0",
|
|
"phpOMS-db": "1.0.0"
|
|
},
|
|
"creator": {
|
|
"name": "Jingga",
|
|
"website": "jingga.app"
|
|
},
|
|
"description": "The profile module allows users to manage their own account and lookup other user accounts.",
|
|
"directory": "Profile",
|
|
"dependencies": {
|
|
"Admin": "1.0.0",
|
|
"Media": "1.0.0",
|
|
"Home": "1.0.0",
|
|
"Contact": "1.0.0"
|
|
},
|
|
"providing": {
|
|
"Navigation": "*",
|
|
"Media": "1.0.0",
|
|
"Search": "1.0.0"
|
|
},
|
|
"load": [
|
|
{
|
|
"pid": [
|
|
"/view"
|
|
],
|
|
"type": 4,
|
|
"for": "Content",
|
|
"file": "Profile",
|
|
"from": "Profile"
|
|
},
|
|
{
|
|
"pid": [
|
|
"/"
|
|
],
|
|
"type": 5,
|
|
"from": "Profile",
|
|
"for": "Navigation",
|
|
"file": "Navigation"
|
|
}
|
|
]
|
|
}
|