Skip to content

Commit

Permalink
Update to 3.22 and add splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyhutchins committed Sep 20, 2017
1 parent 79f1d33 commit c3b0ee6
Show file tree
Hide file tree
Showing 7 changed files with 652 additions and 313 deletions.
7 changes: 7 additions & 0 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ define({
"id": null, //"Boston_Marathon_7694",
"fields": [] //"STATE_NAME"
}],
// Set splashModal to display a splash screen when the app loads
// Define the splash content using splashTitle and splashContent.
// Add labels to the toolbar buttons
"splashModal": false,
"splashTitle": null,
"splashContent": null,
"splashButtonText": null,
"table": true,
"tableLayer": {
"id": null,
Expand Down
Loading

0 comments on commit c3b0ee6

Please sign in to comment.