Skip to content

Commit be12542

Browse files
committed
update config template to include theme settings
1 parent 3667ab8 commit be12542

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/template/config/settings.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
'i18n' => 'en_US',
88
'name' => 'Custom Project',
99
'server_timezone' => 'GMT',
10-
'log_path' => 'log'
10+
'log_path' => 'log',
11+
'theme_color' => 'theme-default',
12+
'theme_layout' => 'theme-left'
1113
];

0 commit comments

Comments
 (0)