How do I override getMaxContentWidth() globally?
Hi, I know about the ->maxContentWidth(MaxWidth::Full) method in an AdminPanelProvider, but it applies to every page. I need to apply it only to listRecords pages. Can I overwrite it for example in a AppServiceProvider?
Solution
I believe Filament uses
xx.index for list pages. You could create a custom middleware and use something like this