Skip to content

Commit

Permalink
Merge pull request #44 from IDEMSInternational/content/1.2.23
Browse files Browse the repository at this point in the history
content: 1.2.23
  • Loading branch information
esmeetewinkel authored Jul 22, 2024
2 parents ed22dbb + 0534df8 commit db6bfb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config.google_drive = {

config.git = {
content_repo: "https://github.com/IDEMSInternational/efm-app-content.git",
content_tag_latest: "1.2.22",
content_tag_latest: "1.2.23",
};

config.android = {
Expand All @@ -34,8 +34,8 @@ config.app_config.APP_LANGUAGES_META = { kw_ar: { rtl: true } };
config.app_config.APP_HEADER_DEFAULTS.title = "Early Family Math";
config.app_config.APP_SIDEMENU_DEFAULTS.title = "EFM";
config.app_config.NOTIFICATION_DEFAULTS.text = "You have a new message from Early Family Math";
config.app_config.APP_THEMES.available = ["default", "professional", "early_family_math"];
config.app_config.APP_THEMES.defaultThemeName = "default";
config.app_config.APP_THEMES.available = ["early_family_math", "professional"];
config.app_config.APP_THEMES.defaultThemeName = "early_family_math";
config.app_config.APP_UPDATES.enabled = true;
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete";

Expand Down

0 comments on commit db6bfb8

Please sign in to comment.