Skip to content

Commit

Permalink
Merge pull request #57 from IDEMSInternational/content/1.2.14
Browse files Browse the repository at this point in the history
content: 1.2.14
  • Loading branch information
esmeetewinkel authored Mar 26, 2024
2 parents 87a2101 + aa08b08 commit 7ce45a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app_data/sheets/template/app_menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
"trigger": "click",
"action_id": "go_to",
"args": [
"/themes"
"/theme"
],
"_raw": "click | go_to:/themes",
"_cleaned": "click | go_to:/themes"
"_raw": "click | go_to:/theme",
"_cleaned": "click | go_to:/theme"
}
],
"_nested_name": "button_themes"
Expand Down
7 changes: 6 additions & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.13",
content_tag_latest: "1.2.14",
};

config.app_data.output_path = "./app_data";
Expand All @@ -41,6 +41,11 @@ config.error_logging = {
dsn: "https://[email protected]/2438",
};

config.android={
app_id:'international.idems.debug_app',
app_name:'Debug App',
}

// Override any app constants here
config.app_config.APP_HEADER_DEFAULTS.title = "Debug App";
config.app_config.APP_HEADER_DEFAULTS.collapse = true;
Expand Down

0 comments on commit 7ce45a9

Please sign in to comment.