Skip to content

Commit

Permalink
Fix wrong value in edition_configs
Browse files Browse the repository at this point in the history
  • Loading branch information
davivcu committed Oct 5, 2024
1 parent f346d4b commit b560b85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/config/edition_config_DOTR.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@
"showVarSeqAttr": false,
"showSeqAttr": false,
"layerColors": []
},
"defaultImageZoomLevel": 0.8
}
},
"analogueMarkers": [
"ParallelPassage",
Expand Down Expand Up @@ -172,5 +171,6 @@
}
},
"defaultImageZoomLevel": 0.8,
"maxImageZoomLevel": 2,
"multiPageEngineForCriticalEdition": false
}
4 changes: 2 additions & 2 deletions src/assets/config/edition_config_Pelavicino.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@
"showVarSeqAttr": false,
"showSeqAttr": false,
"layerColors": []
},
"defaultImageZoomLevel": 0.8
}
},
"analogueMarkers": [
"ParallelPassage",
Expand Down Expand Up @@ -172,5 +171,6 @@
}
},
"defaultImageZoomLevel": 0.8,
"maxImageZoomLevel": 2,
"multiPageEngineForCriticalEdition": false
}
1 change: 1 addition & 0 deletions src/assets/config/edition_config_Saba.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
}
},
"defaultImageZoomLevel": 0.8,
"maxImageZoomLevel": 2,
"multiPageEngineForCriticalEdition": false,
"syncZonesHighlightButton": false
}

0 comments on commit b560b85

Please sign in to comment.