Skip to content

Commit

Permalink
content: 1.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
esmeetewinkel committed Jul 16, 2024
1 parent 1818fcb commit b484fb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.20",
content_tag_latest: "1.2.21",
};

config.android = {
Expand All @@ -34,8 +34,9 @@ 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"];
config.app_config.APP_UPDATES.enabled = true
config.app_config.APP_UPDATES.completeUpdateTemplate = "app_update_complete"
config.app_config.APP_THEMES.available = ["default", "early_family_math"];
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";

export default config;

0 comments on commit b484fb0

Please sign in to comment.