From 4ed06904d132671310a34550b37651207d0a9bd2 Mon Sep 17 00:00:00 2001 From: Johnny McQuade Date: Fri, 11 Oct 2024 12:01:14 +0100 Subject: [PATCH 1/2] content: 1.2.49 --- config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ts b/config.ts index b120af7..f30f275 100644 --- a/config.ts +++ b/config.ts @@ -14,7 +14,7 @@ config.web.favicon_asset = "images/icons/favicon.svg"; config.git = { content_repo: "https://github.com/IDEMSInternational/app-debug-content.git", - content_tag_latest: "1.2.48", + content_tag_latest: "1.2.49", }; config.app_config.ASSET_PACKS = { @@ -71,7 +71,7 @@ config.app_config.APP_SIDEMENU_DEFAULTS.title = "Debug App"; config.app_config.APP_SKINS.defaultSkinName = SKINS.defaultSkin.name config.app_config.APP_SKINS.available = [SKINS.defaultSkin, SKINS.debug] -config.app_config.APP_THEMES.available = ["default", "professional", "pfr"] +config.app_config.APP_THEMES.available = ["default", "professional", "pfr", "plh_kids_kw"] config.app_config.APP_THEMES.defaultThemeName = "default" config.app_config.TASKS.enabled = true From 8f69ecd63b322079186c930bb8098f05c8da76d0 Mon Sep 17 00:00:00 2001 From: Johnny McQuade <64838927+jfmcquade@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:30:53 +0100 Subject: [PATCH 2/2] chore: Update config to make all themes available Co-authored-by: Esmee te Winkel <74557272+esmeetewinkel@users.noreply.github.com> --- config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ts b/config.ts index f30f275..003616f 100644 --- a/config.ts +++ b/config.ts @@ -71,7 +71,7 @@ config.app_config.APP_SIDEMENU_DEFAULTS.title = "Debug App"; config.app_config.APP_SKINS.defaultSkinName = SKINS.defaultSkin.name config.app_config.APP_SKINS.available = [SKINS.defaultSkin, SKINS.debug] -config.app_config.APP_THEMES.available = ["default", "professional", "pfr", "plh_kids_kw"] +config.app_config.APP_THEMES.available = ["default", "professional", "pfr", "plh_facilitator_mx", "early_family_math", "plh_kids_kw"] config.app_config.APP_THEMES.defaultThemeName = "default" config.app_config.TASKS.enabled = true