oms-Customs/info.json
Dennis Eichhorn af73bc7d6c
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
Test fixes
2024-05-16 02:14:54 +00:00

47 lines
953 B
JSON
Executable File

{
"name": {
"id": 1008900000,
"internal": "Customs",
"external": "Customs"
},
"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 customs module.",
"directory": "Customs",
"dependencies": {
"Admin": "1.0.0",
"Home": "1.0.0"
},
"providing": {
"Navigation": "*"
},
"load": [
{
"pid": [
"/customs"
],
"type": 4,
"for": "Content",
"from": "Customs",
"file": "Customs"
},
{
"pid": [
"/"
],
"type": 5,
"from": "Customs",
"for": "Navigation",
"file": "Navigation"
}
]
}