Skip to content
Snippets Groups Projects
Commit ecf6bcf7 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5551: updating config for office hours

parent 6316142d
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!33ISTWCMS-5551 update office hours
......@@ -45,6 +45,7 @@ dependencies:
- maxlength
- media_library
- metatag
- office_hours
- paragraphs
- path
- scheduler
......@@ -347,7 +348,7 @@ content:
hide_help: '0'
hide_guidelines: '0'
field_uw_service_hours:
type: office_hours_exception
type: office_hours_exceptions
weight: 6
region: content
settings: { }
......
......@@ -37,6 +37,7 @@ dependencies:
- node.type.uw_ct_service
module:
- fences
- office_hours
- user
id: node.uw_ct_service.teaser
targetEntityType: node
......@@ -44,14 +45,16 @@ bundle: uw_ct_service
mode: teaser
content:
field_uw_service_hours:
type: office_hours_exceptions_default
type: office_hours
label: hidden
settings:
show_closed: all
office_hours_first_day: ''
day_format: long
time_format: g
compress: false
grouped: false
show_closed: all
closed_format: Closed
all_day_format: 'All day open'
separator:
days: '<br />'
grouped_days: ' - '
......@@ -63,14 +66,14 @@ content:
open_text: 'Currently open!'
closed_text: 'Currently closed'
exceptions:
restrict_exceptions_to_num_days: '7'
date_format: all_day_format
title: 'Closed/changed hours'
compress: 0
grouped: 0
schema:
enabled: 0
restrict_exceptions_to_num_days: 7
date_format: long
all_day_format: ''
timezone_field: ''
office_hours_first_day: ''
schema:
enabled: false
third_party_settings:
fences:
fences_field_tag: div
......
......@@ -12,12 +12,15 @@ settings:
time_format: g
element_type: office_hours_datetime
increment: 1
valhrs: true
required_start: false
limit_start: ''
required_end: false
limit_end: ''
comment: 0
valhrs: true
all_day: true
exceptions: true
seasons: false
comment: 2
cardinality_per_day: 2
module: office_hours
locked: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment