You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configuration/ViewerConfiguration.md
+1
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ All settings are optional, with fallback to the default values as documented.
66
66
|`allowReorderingLayers`| Whether to allow re-ordering layers in the layer tree. Default: `false`. |
67
67
|`disableImportingLocalLayers`| Whether to hide the option to import local layers from the layer tree. Default: `false`. |
68
68
|`flattenLayerTreeGroups`| Whether to display a flat layer tree, omitting the groups. Default: `false`. |
69
+
|`globallyDisableDetachableDialogs`| Whether to globally disable the detachable feature of popup dialogs. Default: `false`. |
69
70
|`globallyDisableDockableDialogs`| Whether to globally disable the dockable feature of popup dialogs. Default: `false`. |
70
71
|`globallyDisableMaximizeableDialogs`| Whether to globally disable the maximizeable feature of popup dialogs. Default: `false`. |
71
72
|`identifyTool`| The name of the identify plugin to use as default identify tool. If set to an empty string, no identify tool will be active by default. Default: `"Identify"`. |
0 commit comments