From 23512c6051eb3a6487b745cddd8433ea7aa3dcc2 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 15 Oct 2024 08:22:00 -0600 Subject: [PATCH] Fix: Add _theme and _menu attributes to config.json (#3610) --- 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",