Add additional timezone to clock widget
This commit is contained in:
@@ -92,10 +92,21 @@ data:
|
|||||||
- size: small
|
- size: small
|
||||||
widgets:
|
widgets:
|
||||||
- type: clock
|
- type: clock
|
||||||
|
title: Home
|
||||||
hour-format: 24h
|
hour-format: 24h
|
||||||
timezones:
|
timezones:
|
||||||
- timezone: America/Montreal
|
- timezone: America/Montreal
|
||||||
label: Home
|
label: Montreal
|
||||||
|
- timezone: America/Bogota
|
||||||
|
label: Bogota
|
||||||
|
- timezone: Europe/Madrid
|
||||||
|
label: Madrid
|
||||||
|
- timezone: Europe/Sofia
|
||||||
|
label: Sofia (Bulgaria)
|
||||||
|
- timezone: America/Vancouver
|
||||||
|
label: Vancouver
|
||||||
|
- timezone: UTC
|
||||||
|
label: UTC
|
||||||
- name: Default
|
- name: Default
|
||||||
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
||||||
# hide-desktop-navigation: true
|
# hide-desktop-navigation: true
|
||||||
|
|||||||
@@ -54,10 +54,21 @@
|
|||||||
- size: small
|
- size: small
|
||||||
widgets:
|
widgets:
|
||||||
- type: clock
|
- type: clock
|
||||||
|
title: Home
|
||||||
hour-format: 24h
|
hour-format: 24h
|
||||||
timezones:
|
timezones:
|
||||||
- timezone: America/Montreal
|
- timezone: America/Montreal
|
||||||
label: Home
|
label: Montreal
|
||||||
|
- timezone: America/Bogota
|
||||||
|
label: Bogota
|
||||||
|
- timezone: Europe/Madrid
|
||||||
|
label: Madrid
|
||||||
|
- timezone: Europe/Sofia
|
||||||
|
label: Sofia (Bulgaria)
|
||||||
|
- timezone: America/Vancouver
|
||||||
|
label: Vancouver
|
||||||
|
- timezone: UTC
|
||||||
|
label: UTC
|
||||||
- name: Default
|
- name: Default
|
||||||
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
||||||
# hide-desktop-navigation: true
|
# hide-desktop-navigation: true
|
||||||
|
|||||||
Reference in New Issue
Block a user