oms-Billing/Admin/Install/Media.install.json
Dennis Eichhorn b43a167361 bump
2024-02-28 05:09:09 +00:00

65 lines
1.3 KiB
JSON
Executable File

[
{
"type": "collection",
"create_directory": true,
"name": "Billing",
"virtualPath": "/Modules",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Templates",
"virtualPath": "/Modules/Billing",
"user": 1
},
{
"type": "collection",
"create_directory": true,
"name": "Bills",
"virtualPath": "/Modules/Billing",
"user": 1
},
{
"type": "type",
"name": "preview",
"l11n": [
{
"title": "Preview",
"lang": "en"
},
{
"title": "Vorschau",
"lang": "de"
}
]
},
{
"type": "type",
"name": "internal",
"l11n": [
{
"title": "Internal",
"lang": "en"
},
{
"title": "Intern",
"lang": "de"
}
]
},
{
"type": "type",
"name": "external",
"l11n": [
{
"title": "External",
"lang": "en"
},
{
"title": "Extern",
"lang": "de"
}
]
}
]