Skip to content

Commit

Permalink
Merge pull request #559 from Esri/bcree/chore/remove-unused-positions
Browse files Browse the repository at this point in the history
chore: remove position settings that are no longer needed
  • Loading branch information
bcree11 committed Sep 25, 2024
2 parents 29e3dc8 + 1571278 commit d3b623d
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions src/configParamsJSON/compareConfigParams.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,17 +101,7 @@
"type": "setting",
"id": "keyboardShortcuts",
"express": true,
"defaultValue": false,
"content": [
{
"type": "setting",
"id": "keyboardShortcutsPosition",
"defaultValue": {
"position": "bottom-right",
"index": 1
}
}
]
"defaultValue": false
}
]
}
Expand Down Expand Up @@ -450,14 +440,6 @@
"express": true,
"defaultValue": null
},
{
"type": "setting",
"id": "syncMapsPosition",
"defaultValue": {
"position": "top-left",
"index": 9
}
},
{
"type": "setting",
"id": "descriptiveTextBtnPosition",
Expand Down Expand Up @@ -486,18 +468,10 @@
"id": "languageSwitcherConfig",
"express": true,
"defaultValue": null
},
{
"type": "setting",
"id": "languageSwitcherPosition",
"defaultValue": {
"position": "top-right",
"index": 1
}
}
]
}
]
}
]
}
}

0 comments on commit d3b623d

Please sign in to comment.