-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from TexasDigitalLibrary/4.0.x-settings-refactor
4.0.x settings refactor
- Loading branch information
Showing
12 changed files
with
194 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
{ | ||
"application":[ | ||
{"submissions_open":true}, | ||
{"current_semester":"Spring 2016"}, | ||
{"grantor":"Texas A&M University"}, | ||
{"email_from":"[email protected]"}, | ||
{"email_reply_to":"[email protected]"} | ||
], | ||
{"submissions_open":false}, | ||
{"allow_multiple_submissions":false}, | ||
{"current_semester":"Spring 2016"}, | ||
{"grantor":"Texas A&M University"}, | ||
{"email_from":"[email protected]"}, | ||
{"email_reply_to":"[email protected]"} | ||
], | ||
"theme":[ | ||
{"background_main_color":"#1b333f"}, | ||
{"background_highlight_color":"#43606e"}, | ||
{"button_main_color_on":"#1b333f"}, | ||
{"button_highlight_color_on":"#43606e"}, | ||
{"button_main_color_off":"#a6a18c"}, | ||
{"button_highlight_color_off":"#c7c2a9"} | ||
], | ||
], | ||
"orcid":[ | ||
{"orcid_validation":"true"}, | ||
{"orcid_authentication":"false"} | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 0 additions & 71 deletions
71
src/main/webapp/WEB-INF/app/model/applicationSettingsModel.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.