Skip to content

Commit

Permalink
Merge pull request #103 from IDEMSInternational/content/1.2.49
Browse files Browse the repository at this point in the history
content: 1.2.49
  • Loading branch information
jfmcquade authored Oct 11, 2024
2 parents f18f063 + 8f69ecd commit 75d1bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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_facilitator_mx", "early_family_math", "plh_kids_kw"]
config.app_config.APP_THEMES.defaultThemeName = "default"

config.app_config.TASKS.enabled = true
Expand Down

0 comments on commit 75d1bec

Please sign in to comment.