Skip to content

Commit

Permalink
update notify settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Aug 23, 2024
1 parent aac5c56 commit 7413c2b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/configParamsJSON/notifyConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"content": [
{
"type": "subsection",
"id": "layerOptions",
"id": "listOptions",
"content": [
{
"type": "group",
Expand Down Expand Up @@ -241,6 +241,24 @@
"type": "setting",
"id": "listName",
"express": false
},
{
"type": "setting",
"id": "showSketchTools",
"defaultValue": true,
"express": false
},
{
"type": "setting",
"id": "showSearchDistance",
"defaultValue": true,
"express": false
},
{
"type": "setting",
"id": "showLayerFeatures",
"defaultValue": true,
"express": false
}
]
},
Expand Down

0 comments on commit 7413c2b

Please sign in to comment.