oms-Profile/info.json
Dennis Eichhorn 7760fe8307
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

51 lines
1.1 KiB
JSON

{
"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": "https://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"
}
]
}