added config to brand Kimai with logo and company name (#856)

This commit is contained in:
Kevin Papst
2019-06-13 19:06:02 +02:00
committed by GitHub
parent 3311f17bbb
commit 92f3f4ee57
4 changed files with 37 additions and 4 deletions

View File

@@ -102,7 +102,12 @@ class AppExtensionTest extends TestCase
'border_color' => '#3b8bba',
'grid_color' => 'rgba(0,0,0,.05)',
'height' => '200'
]
],
'branding' => [
'logo' => null,
'mini' => null,
'company' => null,
],
],
'kimai.theme.select_type' => null,
'kimai.theme.show_about' => true,