Add Display Width setting (#759)

Allow users to pick how "wide" the panel is.
This commit is contained in:
Charles
2024-12-04 09:41:47 -05:00
committed by GitHub
parent efc37dd45a
commit d2a7d7708c
4 changed files with 11 additions and 4 deletions

View File

@@ -162,6 +162,7 @@ return [
'filament' => [
'top-navigation' => env('FILAMENT_TOP_NAVIGATION', false),
'display-width' => env('FILAMENT_WIDTH', 'screen-2xl'),
],
'use_binary_prefix' => env('PANEL_USE_BINARY_PREFIX', true),