oms-Profile/info.json
Dennis Eichhorn 57dc045541 update
2024-02-04 20:34:12 +00:00

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"
}
]
}