Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHF-9159: Subgroup field display configs. #481

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions conf/cmi/core.entity_form_display.tpr_unit.tpr_unit.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,16 @@ content:
formatter_settings: { }
show_description: false
third_party_settings: { }
subgroup:
type: readonly_field_widget
weight: 40
region: content
settings:
label: above
formatter_type: null
formatter_settings: { }
show_description: false
third_party_settings: { }
toc_enabled:
type: boolean_checkbox
weight: 3
Expand Down
65 changes: 36 additions & 29 deletions conf/cmi/core.entity_view_display.tpr_unit.tpr_unit.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 14
weight: 16
region: content
accessibility_phone:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 13
weight: 15
region: content
accessibility_sentences:
type: tpr_accessibility_sentence
label: hidden
settings: { }
third_party_settings: { }
weight: 21
weight: 23
region: content
accessibility_www:
type: link
Expand All @@ -62,36 +62,36 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 15
weight: 17
region: content
address:
type: address_plain
label: hidden
settings: { }
third_party_settings: { }
weight: 5
weight: 6
region: content
address_postal:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 9
weight: 11
region: content
call_charge_info:
type: text_default
label: above
settings: { }
third_party_settings: { }
weight: 11
weight: 13
region: content
contacts:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 26
weight: 30
region: content
description:
type: text_default
Expand All @@ -106,7 +106,7 @@ content:
settings:
link_to_entity: false
third_party_settings: { }
weight: 8
weight: 10
region: content
field_content:
type: entity_reference_revisions_entity_view
Expand All @@ -115,7 +115,7 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 20
weight: 22
region: content
field_lower_content:
type: entity_reference_revisions_entity_view
Expand All @@ -124,44 +124,44 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 22
weight: 24
region: content
field_metatags:
type: metatag_empty_formatter
label: above
settings: { }
third_party_settings: { }
weight: 17
weight: 19
region: content
highlights:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 23
weight: 27
region: content
latitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 24
weight: 28
region: content
links:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 25
weight: 29
region: content
longitude:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
weight: 25
region: content
name:
type: string
Expand All @@ -184,22 +184,22 @@ content:
label: hidden
settings: { }
third_party_settings: { }
weight: 7
weight: 9
region: content
other_info:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 18
weight: 20
region: content
phone:
type: telephone_link
label: hidden
settings:
title: ''
third_party_settings: { }
weight: 6
weight: 8
region: content
picture_url:
type: imagecache_external_responsive_image
Expand All @@ -208,7 +208,7 @@ content:
imagecache_external_link: ''
imagecache_external_responsive_style: image__3_2
third_party_settings: { }
weight: 3
weight: 4
region: content
picture_url_override:
type: entity_reference_entity_view
Expand All @@ -217,22 +217,22 @@ content:
view_mode: image
link: false
third_party_settings: { }
weight: 4
weight: 5
region: content
price_info:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 19
weight: 21
region: content
provided_languages:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 23
weight: 26
region: content
service_map_embed:
type: service_map_embed
Expand All @@ -242,15 +242,22 @@ content:
link_title: 'Open larger map'
target: true
third_party_settings: { }
weight: 10
weight: 12
region: content
services:
type: entity_reference_label
label: above
settings:
link: true
third_party_settings: { }
weight: 16
weight: 18
region: content
subgroup:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 32
region: content
toc_enabled:
type: boolean
Expand All @@ -260,21 +267,21 @@ content:
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 2
weight: 3
region: content
topical:
type: tpr_connection
label: hidden
settings: { }
third_party_settings: { }
weight: 27
weight: 31
region: content
unit_picture_caption:
type: basic_string
label: hidden
settings: { }
third_party_settings: { }
weight: 5
weight: 7
region: content
www:
type: link
Expand All @@ -286,7 +293,7 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 12
weight: 14
region: content
hidden:
created: true
Expand Down