aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/config/custom-config.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/config/custom-config.model.ts')
-rw-r--r--shared/models/config/custom-config.model.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/config/custom-config.model.ts b/shared/models/config/custom-config.model.ts
index 6ef0fc5a2..46d0a86ef 100644
--- a/shared/models/config/custom-config.model.ts
+++ b/shared/models/config/custom-config.model.ts
@@ -3,6 +3,10 @@ export interface CustomConfig {
3 name: string 3 name: string
4 description: string 4 description: string
5 terms: string 5 terms: string
6 customizations: {
7 javascript?: string
8 css?: string
9 }
6 } 10 }
7 11
8 cache: { 12 cache: {