We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3667ab8 commit be12542Copy full SHA for be12542
1 file changed
src/template/config/settings.php
@@ -7,5 +7,7 @@
7
'i18n' => 'en_US',
8
'name' => 'Custom Project',
9
'server_timezone' => 'GMT',
10
- 'log_path' => 'log'
+ 'log_path' => 'log',
11
+ 'theme_color' => 'theme-default',
12
+ 'theme_layout' => 'theme-left'
13
];
0 commit comments