From 3d65a5f62a7cd335ed4ea64c58edfa1a57addef3 Mon Sep 17 00:00:00 2001 From: joe-allen-89 <85872286+joe-allen-89@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:26:03 +0000 Subject: [PATCH] Fix: _type attribute added to config.json --- src/course/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/course/config.json b/src/course/config.json index 0185e3396..d093d5fcd 100644 --- a/src/course/config.json +++ b/src/course/config.json @@ -1,4 +1,5 @@ { + "_type": "config", "_defaultLanguage": "en", "_defaultDirection": "ltr", "_questionWeight": 1,