Add docs for time / date styling

This commit is contained in:
Nicolas Mowen 2023-02-22 06:59:41 -07:00 committed by GitHub
parent 3611e874ca
commit f7a2f69840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: