Skip to content

Commit

Permalink
Merge pull request #557 from Esri/bcree/feat/add-reporter-panelText
Browse files Browse the repository at this point in the history
feat: add panelText section
  • Loading branch information
bcree11 committed Sep 23, 2024
2 parents 3e0ffe5 + 767116a commit 5215880
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/configParamsJSON/reporterConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"type": "section",
"id": "map",
"config": {
"itemTypes": [
"2d"
]
"itemTypes": ["2d"]
},
"content": [
{
Expand Down Expand Up @@ -192,14 +190,10 @@
"express": true,
"config": {
"layerSelectionMode": "multiple",
"supportedLayerTypes": [
"feature"
],
"supportedLayerTypes": ["feature"],
"supportedGeometryTypes": "*",
"supportsFieldSelection": false,
"supportedCapabilityTypes": [
"editable"
],
"supportedCapabilityTypes": ["editable"],
"hideNestedSections": true,
"reporterApp": true
},
Expand All @@ -216,7 +210,13 @@
"id": "showUserImageInCommentsList",
"defaultValue": false,
"express": true
},
}
]
},
{
"type": "subsection",
"id": "panelText",
"content": [
{
"type": "setting",
"id": "reportSubmittedMessage",
Expand Down Expand Up @@ -665,4 +665,4 @@
]
}
]
}
}

0 comments on commit 5215880

Please sign in to comment.