From 66b16cafb380012d3eca14e524d86f2450e04069 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 31 Jan 2018 16:42:40 +0100 Subject: Add new name/terms/description config options --- shared/models/config/custom-config.model.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shared') diff --git a/shared/models/config/custom-config.model.ts b/shared/models/config/custom-config.model.ts index 73b5b6a72..6ef0fc5a2 100644 --- a/shared/models/config/custom-config.model.ts +++ b/shared/models/config/custom-config.model.ts @@ -1,4 +1,10 @@ export interface CustomConfig { + instance: { + name: string + description: string + terms: string + } + cache: { previews: { size: number -- cgit v1.2.3