From a72aecb48a7296f4f0e09d9bda933798a7a2bedb Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Wed, 2 Oct 2024 12:40:17 -0600 Subject: [PATCH] Add _theme and _menu attributes to config.json --- src/course/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/course/config.json b/src/course/config.json index f5005299b..0185e3396 100644 --- a/src/course/config.json +++ b/src/course/config.json @@ -2,6 +2,8 @@ "_defaultLanguage": "en", "_defaultDirection": "ltr", "_questionWeight": 1, + "_theme": "adapt-contrib-vanilla", + "_menu": "adapt-contrib-boxMenu", "_logging": { "_isEnabled": true, "_level": "debug",