OpeningTimes
1.0.0
Requires Celeste 1.0.0
-
Monday
09:00 – 17:00
-
Tuesday
09:00 – 17:00
-
Wednesday
09:00 – 17:00
-
Thursday
09:00 – 17:00
-
Friday
09:00 – 17:00
-
Saturday
09:00 – 12:00
-
Sunday
Closed
Install or Update
wp celeste pull component OpeningTimes
Dependencies will automatically be installed.
How to use it
{% set openingTimes = {
monday: { open: '09:00', close: '17:00' },
tuesday: { open: '09:00', close: '17:00' },
wednesday: { open: '09:00', close: '17:00' },
thursday: { open: '09:00', close: '17:00' },
friday: { open: '09:00', close: '17:00' },
saturday: { open: '09:00', close: '12:00' },
sunday: { closed: true }
} %}
<OpeningTimes :openingTimes="openingTimes" />