From 00b5556c182fa70dfca17c517488b8afae6257c9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Feb 2018 10:22:53 +0100 Subject: Add ability to add custom css/javascript --- shared/models/config/custom-config.model.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shared/models/config/custom-config.model.ts') 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 { name: string description: string terms: string + customizations: { + javascript?: string + css?: string + } } cache: { -- cgit v1.2.3