Skip to content

Commit

Permalink
Fix: No invalid plug-ins in demo config (#1393)
Browse files Browse the repository at this point in the history
Fix invalid demo config syntax, enable the bookmarks plug-in ("Bokmärken").
Resolves #1391
  • Loading branch information
sweco-semara authored Sep 5, 2023
1 parent 8656abd commit b9f77e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/mapservice/App_Data/map_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
"index": 15
},
{
"type": "bookmark",
"type": "bookmarks",
"options": {
"target": "toolbar",
"instruction": "",
Expand Down
2 changes: 1 addition & 1 deletion new-backend/App_Data/map_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"index": 15
},
{
"type": "bookmark",
"type": "bookmarks",
"options": {
"target": "toolbar",
"instruction": "",
Expand Down

0 comments on commit b9f77e2

Please sign in to comment.