From e56fbdfa5a68d78d2bca4f01377bc0e4d4004212 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 4 Jul 2021 19:32:19 +0100 Subject: [PATCH] :card_file_box: Adds new data attribute to schema --- src/utils/ConfigSchema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index b47d82c5..f2b8705d 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -191,6 +191,14 @@ } } }, + "additionalConfigFiles": { + "type": "array", + "items": { + "type": "string" + }, + "default": [], + "description": "Can be used in order to have multiple pages. Store config files in /public/configs/*.conf.yml and reference full file names (without path) here." + }, "allowConfigEdit": { "type": "boolean", "default": true,