From ec9b1d13a0ed79cfed16e9d286b21d666debc9b3 Mon Sep 17 00:00:00 2001 From: iJungleboy Date: Mon, 5 Mar 2018 10:40:02 +0100 Subject: [PATCH] koi.json to broadcast bootstrap4 as the framework --- koi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 koi.json diff --git a/koi.json b/koi.json new file mode 100644 index 0000000..5ba8da9 --- /dev/null +++ b/koi.json @@ -0,0 +1,9 @@ +{ + "instructions": { + "purpose": "This file is placed in the folder of DNN skins/themes. It tells the Koi system, what the primary CSS framework is for the themes in this folder.", + "discoverMore": "https://connect-koi.net/" + }, + "default": { + "cssFramework": "bs4" + } +}