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

ISTWCMS-5865: fixing teaser display

parent d7c06b8d
No related branches found
No related tags found
2 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!28ISTWCMS-5865: adding workflows dependency so that features is happy
...@@ -27,63 +27,14 @@ dependencies: ...@@ -27,63 +27,14 @@ dependencies:
- field.field.node.uw_ct_service.layout_builder__layout - field.field.node.uw_ct_service.layout_builder__layout
- node.type.uw_ct_service - node.type.uw_ct_service
module: module:
- fences
- office_hours_exceptions
- user - user
id: node.uw_ct_service.teaser id: node.uw_ct_service.teaser
targetEntityType: node targetEntityType: node
bundle: uw_ct_service bundle: uw_ct_service
mode: teaser mode: teaser
content: content: { }
content_moderation_control:
settings: { }
third_party_settings: { }
weight: 0
region: 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: 2
region: content
links:
settings: { }
third_party_settings: { }
weight: 1
region: content
hidden: hidden:
content_moderation_control: true
field_uw_meta_description: true field_uw_meta_description: true
field_uw_meta_image: true field_uw_meta_image: true
field_uw_meta_tags: true field_uw_meta_tags: true
...@@ -92,6 +43,7 @@ hidden: ...@@ -92,6 +43,7 @@ hidden:
field_uw_service_category: true field_uw_service_category: true
field_uw_service_contacts: true field_uw_service_contacts: true
field_uw_service_cost: true field_uw_service_cost: true
field_uw_service_hours: true
field_uw_service_hours_notes: true field_uw_service_hours_notes: true
field_uw_service_length: true field_uw_service_length: true
field_uw_service_location: true field_uw_service_location: true
...@@ -106,3 +58,4 @@ hidden: ...@@ -106,3 +58,4 @@ hidden:
field_uw_service_support: true field_uw_service_support: true
langcode: true langcode: true
layout_builder__layout: true layout_builder__layout: true
links: true
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