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
Use `disabledViewTypes` to prevent certain view types from being available in the view type switcher:
98
+
99
+
```json
100
+
{
101
+
"disabledViewTypes": ["3D", "Oblique"]
102
+
}
103
+
```
104
+
105
+
This removes the specified view types from the dropdown menu and replaces them in the default layout with allowed types. Valid values: `"2D"`, `"3D"`, `"Oblique"`
106
+
22
107
## Labels for tools
23
108
24
109
Each tool type (Rectangle, Polygon, etc.) can have tool specific labels. To share labels
@@ -131,8 +216,16 @@ To configure a key for an action, add its action name and the key(s) under the `
0 commit comments