Skip to content

Commit

Permalink
Merge pull request #556 from Esri/notify-update
Browse files Browse the repository at this point in the history
update notify options
  • Loading branch information
jmhauck committed Sep 19, 2024
2 parents 718f079 + 3fe9711 commit 3e0ffe5
Showing 1 changed file with 27 additions and 25 deletions.
52 changes: 27 additions & 25 deletions src/configParamsJSON/notifyConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"content": [
{
"type": "subsection",
"id": "listOptions",
"id": "layerOptions",
"content": [
{
"type": "group",
Expand Down Expand Up @@ -236,7 +236,13 @@
"defaultValue": null
}
]
},
}
]
},
{
"type": "subsection",
"id": "listTools",
"content": [
{
"type": "setting",
"id": "listName",
Expand All @@ -254,12 +260,25 @@
"id": "showSearchDistance",
"defaultValue": true,
"express": false,
"content": [{
"type": "setting",
"id": "showSearchDistanceOnLoad",
"defaultValue": false,
"express": false
}]
"content": [
{
"type": "setting",
"id": "showSearchDistanceOnLoad",
"defaultValue": false,
"express": false
},
{
"type": "setting",
"id": "defaultDistance",
"defaultValue": 0,
"min": 0
},
{
"type": "setting",
"id": "searchUnits",
"defaultValue": "kilometers"
}
]
},
{
"type": "setting",
Expand Down Expand Up @@ -301,23 +320,6 @@
"express": true
}
]
},
{
"type": "group",
"id": "searchOptions",
"content": [
{
"type": "setting",
"id": "defaultDistance",
"defaultValue": 0,
"min": 0
},
{
"type": "setting",
"id": "searchUnits",
"defaultValue": "kilometers"
}
]
}
]
}
Expand Down

0 comments on commit 3e0ffe5

Please sign in to comment.