Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • wcms/uw_ct_service
1 result
Show changes
Commits on Source (2)
......@@ -27,12 +27,52 @@ dependencies:
- field.field.node.uw_ct_service.layout_builder__layout
- node.type.uw_ct_service
module:
- fences
- office_hours_exceptions
- user
id: node.uw_ct_service.teaser
targetEntityType: node
bundle: uw_ct_service
mode: teaser
content: { }
content:
field_uw_service_hours:
type: office_hours_exceptions_default
label: hidden
settings:
show_closed: all
office_hours_first_day: ''
day_format: long
time_format: g
closed_format: Closed
separator:
days: '<br />'
grouped_days: ' - '
day_hours: ': '
hours_hours: '-'
more_hours: ', '
current_status:
position: ''
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
timezone_field: ''
third_party_settings:
fences:
fences_field_tag: div
fences_field_classes: ''
fences_field_item_tag: div
fences_field_item_classes: ''
fences_label_tag: div
fences_label_classes: ''
weight: 0
region: content
hidden:
content_moderation_control: true
field_uw_meta_description: true
......@@ -43,7 +83,6 @@ hidden:
field_uw_service_category: true
field_uw_service_contacts: true
field_uw_service_cost: true
field_uw_service_hours: true
field_uw_service_hours_notes: true
field_uw_service_length: true
field_uw_service_location: true
......