- added configurable sidebar #10 - added language switch in sidebar preferences tab #10 - added sidebar tab with kimai beta-info message #10 - use trait for repositories - improved README
17 lines
656 B
YAML
17 lines
656 B
YAML
twig:
|
|
# form_themes:
|
|
# - "bootstrap_3_layout.html.twig"
|
|
# - "form/fields.html.twig"
|
|
globals:
|
|
kimai_context:
|
|
date_1: "d.m.Y" # used for display in timesheets
|
|
box_color: "green" # a color for ???
|
|
active_warning: 3 # display a warning color if the user has at least X active recordings
|
|
control_sidebar:
|
|
settings:
|
|
icon: gears
|
|
controller: 'App\Controller\SidebarController::settingsAction'
|
|
home:
|
|
icon: question-circle-o
|
|
template: sidebar/home.html.twig
|