Skip to content

Commit

Permalink
Merge pull request #450 from Esri/highlight-updates
Browse files Browse the repository at this point in the history
chore: update highlight config, add it to Insets
  • Loading branch information
bcree11 authored Apr 22, 2024
2 parents b356b8a + 6dd8aa4 commit 15381dd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/configParamsJSON/countdownConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,10 @@
"type": "setting",
"id": "highlightColor",
"express": false,
"defaultValue": "#00FFFF"
"config": {
"alpha": true
},
"defaultValue": "rgba(0, 255, 255, 0.50)"
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion src/configParamsJSON/exhibitConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,10 @@
"type": "setting",
"id": "highlightColor",
"express": false,
"defaultValue": "#00FFFF"
"config": {
"alpha": true
},
"defaultValue": "rgba(0, 255, 255, 0.50)"
}
]
},
Expand Down
37 changes: 37 additions & 0 deletions src/configParamsJSON/insetConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,43 @@
}
]
},
{
"type": "subsection",
"id": "modify",
"content": [
{
"type": "setting",
"id": "enableHighlightColor",
"express": false,
"defaultValue": false,
"content": [
{
"type": "setting",
"id": "highlightColor",
"express": false,
"config": {
"alpha": true
},
"defaultValue": "rgba(0, 255, 255, 0.50)"
}
]
},
{
"type": "setting",
"id": "enableHighlightHaloColor",
"defaultValue": false,
"express": false,
"content": [
{
"type": "setting",
"id": "highlightHaloColor",
"express": false,
"defaultValue": "#00FFFF"
}
]
}
]
},
{
"type": "subsection",
"id": "share",
Expand Down

0 comments on commit 15381dd

Please sign in to comment.