0
abarref created
Hi,
I would like to use Theme6 as the default theme when a Tenant gets created. What's the proper way of achieving that?
Thanks in advance
4 Answer(s)
-
0
Login as host admin and go to Administration > Visual Settings from the main menu. Select
Theme6
and press Save as system default button. -
0
Thanks @alper. That works. Is there a way to achieve the same but when the database gets initialized? Because I'm recreating the db a lot at the moment.
-
0
as long as I remember it's a setting and when you push Save as system default button, it inserts a new record into AbpSettings table. You can automatically insert the same setting to AbpSettings table when you recreate your DB. I hope it works.
-
0