oms-Billing/Admin/Install/Media.install.json

51 lines
1.0 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": "original",
"l11n": [
{
"title": "Original",
"lang": "en"
},
{
"title": "Original",
"lang": "de"
}
]
}
]