mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Add docs for time / date styling
This commit is contained in:
parent
3611e874ca
commit
f7a2f69840
@ -477,6 +477,18 @@ cameras:
|
||||
order: 0
|
||||
# Optional: Whether or not to show the camera in the Frigate UI (default: shown below)
|
||||
dashboard: True
|
||||
# Optional: Override browser locale and show time in 12 / 24 hour format (default: use browser locale)
|
||||
use12hour: False
|
||||
# Optional: Set the date style for a specified length.
|
||||
# Options are: full, long, medium, sort (default: shown below).
|
||||
date_style: short
|
||||
# Optional: Set the time style for a specified length.
|
||||
# Options are: full, long, medium, sort (default: shown below).
|
||||
time_style: medium
|
||||
# Optional: Ability to manually override the date / time styling to use strftime format
|
||||
# https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html
|
||||
# possible values are shown above (default: not set)
|
||||
strftime_fmt: "%Y/%m/%d %H:%M"
|
||||
|
||||
# Optional
|
||||
ui:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user