Skip to content

Fix code to allow configurable application logo#13

Open
BlairCooper wants to merge 4 commits intohicsail:masterfrom
BlairCooper:getProfileLogo
Open

Fix code to allow configurable application logo#13
BlairCooper wants to merge 4 commits intohicsail:masterfrom
BlairCooper:getProfileLogo

Conversation

@BlairCooper
Copy link
Contributor

  • Added .vscode to .gitignore
  • Made application icon and logo configurable through setup.js.
    Use Config.getAppIcon() and Config.getAppLogo() methods to access.
  • Cleaned up handling of /contact request to remove duplicate code.
  • Made map on Contact page configurable through contact_info.json

- Added .vscode to .gitignore
- Made application icon and logo configurable through setup.js.
Use Config.getAppIcon() and Config.getAppLogo() methods to access.
- Cleaned up handling of /contact request to remove duplicate code.
- Made map on Contact page configurable through contact_info.json
@@ -1,6 +1,10 @@
{
"omit" : "ommiting any of the field below will disable them from being displayed on the Contact page",
"direct_phone": "XXX-XXX-XXXX",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you intend this to be an extra field? Seems like a comment @BlairCooper

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a comment but there isn't any other way to comment a JSON file.

- Added .vscode to .gitignore
- Made application icon and logo configurable through setup.js.
Use Config.getAppIcon() and Config.getAppLogo() methods to access.
- Cleaned up handling of /contact request to remove duplicate code.
- Made map on Contact page configurable through contact_info.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants