(V6) Backpack-v6, cant overwrite ui.php #514
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This file also gets overriden by the theme config files. If you have a v6 theme installed (you should) and one of them has a config (they should) then the active theme will override your To rephrase: if you're using the Perhaps we should add a comment in the |
Beta Was this translation helpful? Give feedback.
-
Due to no activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
This file also gets overriden by the theme config files. If you have a v6 theme installed (you should) and one of them has a config (they should) then the active theme will override your
ui.php
.To rephrase: if you're using the
tabler-theme
and its config file hasauth_layout
configured, then THAT value will be used, not the one in theui.php
config file.Perhaps we should add a comment in the
ui.php
config file, to explain this?! I've added a note about this in Laravel-Backpack/CRUD#5097