mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-19 21:26:05 -05:00
Set default theme in settings (#132)
* Update DEFAULT_THEME variable * Update site.html to use DEFAULT_THEME variable
This commit is contained in:
@@ -16,7 +16,8 @@ CAN_ADD_MEDIA = "all"
|
||||
# valid choices here are 'public', 'private', 'unlisted
|
||||
PORTAL_WORKFLOW = "public"
|
||||
|
||||
DEFAULT_THEME = "black" # this is not taken under consideration currently
|
||||
# valid values: 'light', 'dark'.
|
||||
DEFAULT_THEME = "light"
|
||||
|
||||
|
||||
# These are passed on every request
|
||||
|
||||
Reference in New Issue
Block a user