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: ...@@ -45,6 +45,7 @@ dependencies:
- maxlength - maxlength
- media_library - media_library
- metatag - metatag
- office_hours
- paragraphs - paragraphs
- path - path
- scheduler - scheduler
...@@ -347,7 +348,7 @@ content: ...@@ -347,7 +348,7 @@ content:
hide_help: '0' hide_help: '0'
hide_guidelines: '0' hide_guidelines: '0'
field_uw_service_hours: field_uw_service_hours:
type: office_hours_exception type: office_hours_exceptions
weight: 6 weight: 6
region: content region: content
settings: { } settings: { }
......
...@@ -37,6 +37,7 @@ dependencies: ...@@ -37,6 +37,7 @@ dependencies:
- node.type.uw_ct_service - node.type.uw_ct_service
module: module:
- fences - fences
- office_hours
- user - user
id: node.uw_ct_service.teaser id: node.uw_ct_service.teaser
targetEntityType: node targetEntityType: node
...@@ -44,14 +45,16 @@ bundle: uw_ct_service ...@@ -44,14 +45,16 @@ bundle: uw_ct_service
mode: teaser mode: teaser
content: content:
field_uw_service_hours: field_uw_service_hours:
type: office_hours_exceptions_default type: office_hours
label: hidden label: hidden
settings: settings:
show_closed: all
office_hours_first_day: ''
day_format: long day_format: long
time_format: g time_format: g
compress: false
grouped: false
show_closed: all
closed_format: Closed closed_format: Closed
all_day_format: 'All day open'
separator: separator:
days: '<br />' days: '<br />'
grouped_days: ' - ' grouped_days: ' - '
...@@ -63,14 +66,14 @@ content: ...@@ -63,14 +66,14 @@ content:
open_text: 'Currently open!' open_text: 'Currently open!'
closed_text: 'Currently closed' closed_text: 'Currently closed'
exceptions: exceptions:
restrict_exceptions_to_num_days: '7'
date_format: all_day_format
title: 'Closed/changed hours' title: 'Closed/changed hours'
compress: 0 restrict_exceptions_to_num_days: 7
grouped: 0 date_format: long
schema: all_day_format: ''
enabled: 0
timezone_field: '' timezone_field: ''
office_hours_first_day: ''
schema:
enabled: false
third_party_settings: third_party_settings:
fences: fences:
fences_field_tag: div fences_field_tag: div
......
...@@ -12,12 +12,15 @@ settings: ...@@ -12,12 +12,15 @@ settings:
time_format: g time_format: g
element_type: office_hours_datetime element_type: office_hours_datetime
increment: 1 increment: 1
valhrs: true
required_start: false required_start: false
limit_start: '' limit_start: ''
required_end: false required_end: false
limit_end: '' limit_end: ''
comment: 0 all_day: true
valhrs: true exceptions: true
seasons: false
comment: 2
cardinality_per_day: 2 cardinality_per_day: 2
module: office_hours module: office_hours
locked: false 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