Skip to content

Commit

Permalink
Set geonode as default while maintaining selected (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidQuartz authored Mar 18, 2022
1 parent 0a633fe commit d4b0dce
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -763,24 +763,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down Expand Up @@ -2258,24 +2255,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down Expand Up @@ -2857,24 +2851,21 @@
"name": "GeoStory",
"cfg": {
"mediaEditorSettings": {
"sourceId": "geostory",
"sourceId": "geonode",
"mediaTypes": {
"image": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"video": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
]
},
"map": {
"defaultSource": "geostory",
"sources": [
"geostory",
"geonode"
Expand Down

0 comments on commit d4b0dce

Please sign in to comment.