Migration of v2 layout options to v3

In v2 we had 'layout' section in config/filament.php, where we could configure some of the layout options. Example: https://gist.github.com/StanProg/1372edb3d4e3ae0f0b8002a7fa5d1d1e How could we set these options in v3? So far I found only "max_content_width" as $panel->maxContentWidth
Gist
v2 layout options
v2 layout options. GitHub Gist: instantly share code, notes, and snippets.
3 Replies
Patrick Boivin
Patrick Boivin12mo ago
Are you looking for an option in particular. Some of the options have been moved to the panel or to static properties on component classes.
StanProg
StanProg12mo ago
I'm looking for all the options in the Gist code as they are set like that in my app. I found so far only one of them.
Patrick Boivin
Patrick Boivin12mo ago
Ok, it's possible that not all of them are documented yet. I'm sure a PR to the docs would be appreciated if you have some time.
Want results from more Discord servers?
Add your server
More Posts