oms-Profile/info.json

50 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": "Orange Management",
"website": "www.spl1nes.com"
},
"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"
},
"load": [
{
"pid": [
"/profile"
],
"type": 4,
"for": "Content",
"file": "Profile",
"from": "Profile"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Profile",
"for": "Navigation",
"file": "Navigation"
}
]
}