FilamentF
Filament3y ago
vas

change options for custom panel

hi i have 2 panels 1 the default admin and second one its called app
i have added
            ->maxContentWidth('full')
            ->sidebarCollapsibleOnDesktop()
in AdminPanelProvider but the return function its for admin
return $panel
            ->default()
            ->id('admin')
            ->path('admin')
how can i do the same for app panel thanks
Solution
nvm i saw its a new AppPanelProvider created for that panel
Was this page helpful?