Change layout programatically #6007
Unanswered
bn-sr
asked this question in
Troubleshooting
Replies: 1 comment 1 reply
-
At the moment, no. It's not configurable globally. You can change it per collection/taxonomy by adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
On v2 I used to be able to swap layouts by setting a config value e.g.
Config::set('theming.default_layout', "app");
Is there a way to swap layout on v3? I am trying to swap to an app layout for all pages depending on a query string.
Thanks,
Ben
Beta Was this translation helpful? Give feedback.
All reactions