Skip to content

Commit 79f4ce7

Browse files
authored
Disable sub navigation and width toggles
1 parent 98ad0ec commit 79f4ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/backstage/users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
],
1818

1919
'record' => [
20-
'can_toggle_sub_navigation' => true,
21-
'can_toggle_width' => true,
20+
'can_toggle_sub_navigation' => false,
21+
'can_toggle_width' => false,
2222
'manage-api-tokens' => false,
2323
],
2424
];

0 commit comments

Comments
 (0)