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-9249: Description override configs #502

Closed
wants to merge 1 commit into from
Closed
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
49 changes: 29 additions & 20 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 @@ -21,6 +21,7 @@ dependencies:
- path
- readonly_field_widget
- select2
- text
_core:
default_config_hash: iGJgv-B14-RUdc8dyC_MKfM3icDg5Cae4kFwC0MjyGQ
id: tpr_unit.tpr_unit.default
Expand Down Expand Up @@ -60,7 +61,7 @@ content:
third_party_settings: { }
address:
type: readonly_field_widget
weight: 19
weight: 20
region: content
settings:
label: above
Expand All @@ -70,7 +71,7 @@ content:
third_party_settings: { }
address_postal:
type: readonly_field_widget
weight: 21
weight: 22
region: content
settings:
label: above
Expand All @@ -80,7 +81,7 @@ content:
third_party_settings: { }
call_charge_info:
type: readonly_field_widget
weight: 20
weight: 21
region: content
settings:
label: above
Expand All @@ -90,7 +91,7 @@ content:
third_party_settings: { }
contacts:
type: readonly_field_widget
weight: 39
weight: 40
region: content
settings:
label: above
Expand All @@ -108,6 +109,14 @@ content:
formatter_settings: { }
show_description: false
third_party_settings: { }
description_override:
type: text_textarea
weight: 19
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
email:
type: readonly_field_widget
weight: 10
Expand All @@ -120,7 +129,7 @@ content:
third_party_settings: { }
field_content:
type: paragraphs
weight: 28
weight: 29
region: content
settings:
title: Paragraph
Expand All @@ -139,7 +148,7 @@ content:
third_party_settings: { }
field_lower_content:
type: paragraphs
weight: 29
weight: 30
region: content
settings:
title: Paragraph
Expand All @@ -158,7 +167,7 @@ content:
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 27
weight: 28
region: content
settings:
sidebar: false
Expand All @@ -176,7 +185,7 @@ content:
third_party_settings: { }
field_unit_type:
type: entity_reference_autocomplete
weight: 30
weight: 31
region: content
settings:
match_operator: CONTAINS
Expand All @@ -186,14 +195,14 @@ content:
third_party_settings: { }
hide_sidebar_navigation:
type: boolean_checkbox
weight: 31
weight: 32
region: content
settings:
display_label: true
third_party_settings: { }
highlights:
type: readonly_field_widget
weight: 36
weight: 37
region: content
settings:
label: above
Expand All @@ -210,7 +219,7 @@ content:
third_party_settings: { }
latitude:
type: readonly_field_widget
weight: 22
weight: 23
region: content
settings:
label: above
Expand All @@ -220,7 +229,7 @@ content:
third_party_settings: { }
links:
type: readonly_field_widget
weight: 33
weight: 34
region: content
settings:
label: above
Expand All @@ -230,7 +239,7 @@ content:
third_party_settings: { }
longitude:
type: readonly_field_widget
weight: 23
weight: 24
region: content
settings:
label: above
Expand Down Expand Up @@ -258,7 +267,7 @@ content:
third_party_settings: { }
opening_hours:
type: readonly_field_widget
weight: 35
weight: 36
region: content
settings:
label: above
Expand All @@ -268,7 +277,7 @@ content:
third_party_settings: { }
other_info:
type: readonly_field_widget
weight: 37
weight: 38
region: content
settings:
label: above
Expand Down Expand Up @@ -311,7 +320,7 @@ content:
third_party_settings: { }
price_info:
type: readonly_field_widget
weight: 38
weight: 39
region: content
settings:
label: above
Expand All @@ -321,7 +330,7 @@ content:
third_party_settings: { }
provided_languages:
type: readonly_field_widget
weight: 32
weight: 33
region: content
settings:
label: above
Expand All @@ -331,7 +340,7 @@ content:
third_party_settings: { }
service_map_embed:
type: readonly_field_widget
weight: 25
weight: 26
region: content
settings:
label: above
Expand All @@ -341,7 +350,7 @@ content:
third_party_settings: { }
services:
type: readonly_field_widget
weight: 26
weight: 27
region: content
settings:
label: above
Expand Down Expand Up @@ -398,7 +407,7 @@ content:
third_party_settings: { }
topical:
type: readonly_field_widget
weight: 34
weight: 35
region: content
settings:
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ hidden:
services: true
show_www: true
streetview_entrance_url: true
subgroup: true
toc_enabled: true
topical: true
unit_picture_caption: true
Expand Down
Loading