mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-18 21:09:42 -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:
@@ -4,7 +4,7 @@ MediaCMS.site = {
|
||||
url: '{{FRONTEND_HOST}}',
|
||||
api: '{{FRONTEND_HOST}}api/v1',
|
||||
theme: {
|
||||
mode: 'light', // Valid values: 'light', 'dark'.
|
||||
mode: '{{DEFAULT_THEME}}',
|
||||
switch: {
|
||||
position: 'header', // Valid values: 'header', 'sidebar'.
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user