implement UserTemplates for overriding templates. Call your templates with wtvshared.getTemplate(service_name,'path_to_template.ext');
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
"UserServiceVault",
|
||||
"ServiceVault"
|
||||
],
|
||||
"ServiceTemplates": [
|
||||
"UserTemplates",
|
||||
"ServiceDeps/templates"
|
||||
],
|
||||
"ServiceDeps": "ServiceDeps",
|
||||
"SessionStore": "SessionStore",
|
||||
"SharedROMCache": "SharedROMCache",
|
||||
@@ -173,7 +177,10 @@
|
||||
},
|
||||
"wtv-guide": {
|
||||
"port": 1621,
|
||||
"connections": 3
|
||||
"connections": 3,
|
||||
"modules": [
|
||||
"WTVGuide"
|
||||
]
|
||||
},
|
||||
"wtv-mail": {
|
||||
"port": 1608,
|
||||
|
||||
Reference in New Issue
Block a user