Skip to content

Commit 4ca0dbf

Browse files
committed
3.21 updates
1 parent ae8e777 commit 4ca0dbf

24 files changed

+1316
-2319
lines changed

config/defaults.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,17 @@ define({
4949
//Theme defines the background color of the title area and tool dialog
5050
//Color defines the text color for the title and details. Note that
5151
//both these values must be specified as hex colors.
52-
"customLayout": "default", // default, sidetools, menubar
52+
"customLayout": "default", // default, sidetools, menubar, rounded
5353
"theme": "#105e78",
5454
"color": "#fff",
5555
"iconColor": "#fff",
56+
"panelBackground": "#fff",
57+
"panelColor": "#000",
5658
"logo": null,
59+
"logolink": null,
5760
//Set of tools that will be added to the toolbar
5861
"tools": [{
59-
"name": "legend", // legend isn't accessible in that we don't read out contents.
62+
"name": "legend",
6063
"enabled": false
6164
}, {
6265
"name": "bookmarks",
@@ -133,4 +136,4 @@ define({
133136
"markerSymbol": "./images/EsriBluePinCircle26.png",
134137
"markerSymbolWidth": 26,
135138
"markerSymbolHeight": 26
136-
});
139+
});

config/templateConfig.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ define({
4747
//if you want users to be able to specify lat/lon coordinates that define the map's center or
4848
//specify an alternate basemap via a url parameter.
4949
"urlItems": [
50-
"color", "extent", "center", "level", "marker", "feature", "find", "sharedTheme", "sharedThemeItem", "sharinghost","overwritesharing", "tool_share_embed", "customLayout"
50+
"color", "extent", "center", "level", "marker", "feature", "find", "sharedTheme", "sharedThemeItem", "sharinghost", "overwritesharing", "tool_share_embed", "customLayout"
5151
],
5252
// For esri hosted environments only. Will automatically create a sharingurl and proxyurl for the application.
5353
"esriEnvironment": false,
54-
"overwriteSharing": true
55-
});
54+
"overwriteSharing": false
55+
});

0 commit comments

Comments
 (0)