Skip to content

Commit

Permalink
Merge pull request #458 from Esri/reportLayers-update
Browse files Browse the repository at this point in the history
chore: update reportLayers config
  • Loading branch information
bcree11 authored Apr 26, 2024
2 parents 3782d43 + f0f5961 commit dea1e26
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/configParamsJSON/reporterConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@
"type": "subsection",
"id": "reporter",
"content": [
{
"type": "setting",
"id": "reportsHeader",
"express": false
},
{
"type": "setting",
"id": "reportLayers",
Expand All @@ -186,15 +191,13 @@
"layerSelectionMode": "multiple",
"supportedLayerTypes": ["feature"],
"supportedGeometryTypes": "*",
"supportsFieldSelection": false
"supportsFieldSelection": false,
"supportedCapabilityTypes": ["editable"],
"hideNestedSections": true,
"reporterApp": true
},
"defaultValue": null
},
{
"type": "setting",
"id": "reportsHeader",
"express": false
},
{
"type": "setting",
"id": "reportSubmittedMessage",
Expand Down

0 comments on commit dea1e26

Please sign in to comment.