Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code to allow configurable application logo #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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