Skip to content

Commit

Permalink
VACMS-14700: Adds config changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Nov 9, 2023
1 parent fde89bd commit b724d4f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ third_party_settings:
weight: 2
format_type: detailswithimage
format_settings:
show_empty_fields: 0
id: ''
classes: ''
description: 'This optional segment allows you to add a banner to the VBA facility.'
open: 0
required_fields: 1
open: '1'
visual_guide_file_name: ''
visual_guide_alt_text: ''
required_fields: '1'
id: ''
classes: ''
show_empty_fields: 0
id: node.vba_facility.default
targetEntityType: node
bundle: vba_facility
Expand Down
44 changes: 31 additions & 13 deletions config/sync/core.entity_view_display.node.vba_facility.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ third_party_settings:
label: 'Locations and contact information'
parent_name: ''
region: content
weight: 3
weight: 4
format_type: fieldset
format_settings:
classes: ''
Expand Down Expand Up @@ -108,7 +108,7 @@ third_party_settings:
label: 'Facility Intro and Photo'
parent_name: ''
region: content
weight: 2
weight: 3
format_type: fieldset
format_settings:
classes: ''
Expand Down Expand Up @@ -139,7 +139,7 @@ third_party_settings:
label: 'Benefit office overview'
parent_name: ''
region: content
weight: 1
weight: 2
format_type: tooltip
format_settings:
show_empty_fields: '1'
Expand All @@ -157,7 +157,7 @@ third_party_settings:
label: 'Benefits hotline'
parent_name: ''
region: content
weight: 5
weight: 6
format_type: tooltip
format_settings:
show_empty_fields: 0
Expand All @@ -177,7 +177,7 @@ third_party_settings:
label: 'Benefit office hours may vary'
parent_name: ''
region: content
weight: 4
weight: 5
format_type: tooltip
format_settings:
show_empty_fields: 0
Expand All @@ -199,7 +199,7 @@ third_party_settings:
label: 'National spotlight'
parent_name: ''
region: content
weight: 7
weight: 8
format_type: tooltip
format_settings:
show_empty_fields: 0
Expand All @@ -219,7 +219,7 @@ third_party_settings:
label: 'Can''t find benefits'
parent_name: ''
region: content
weight: 8
weight: 9
format_type: tooltip
format_settings:
show_empty_fields: 0
Expand All @@ -239,7 +239,7 @@ third_party_settings:
label: 'Get updates from VBA'
parent_name: ''
region: content
weight: 9
weight: 10
format_type: tooltip
format_settings:
show_empty_fields: 0
Expand All @@ -253,6 +253,24 @@ third_party_settings:
tooltip_description: "Why can’t I edit this? \r\nNational editors keep this content standardized to provide consistent messaging for facilities nationwide."
open: false
required_fields: false
group_banner:
children:
- field_vba_banner_panel
- field_alert_type
- field_dismissible_option
- field_banner_title
- field_banner_content
label: Banner
parent_name: ''
region: content
weight: 1
format_type: fieldset
format_settings:
classes: ''
show_empty_fields: false
id: ''
description: ''
description_display: after
id: node.vba_facility.default
targetEntityType: node
bundle: vba_facility
Expand All @@ -270,7 +288,7 @@ content:
label: above
settings: { }
third_party_settings: { }
weight: 19
weight: 15
region: content
field_banner_content:
type: text_default
Expand Down Expand Up @@ -348,7 +366,7 @@ content:
label: above
settings: { }
third_party_settings: { }
weight: 20
weight: 16
region: content
field_facility_locator_api_id:
type: string
Expand All @@ -372,7 +390,7 @@ content:
view_mode: default
link: ''
third_party_settings: { }
weight: 6
weight: 7
region: content
field_media:
type: entity_reference_entity_view
Expand All @@ -381,7 +399,7 @@ content:
view_mode: default
link: true
third_party_settings: { }
weight: 15
weight: 16
region: content
field_non_va_location_url:
type: link
Expand Down Expand Up @@ -489,7 +507,7 @@ content:
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 21
weight: 14
region: content
hidden:
breadcrumbs: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ entity_type: node
bundle: vba_facility
label: 'Banner type'
description: ''
required: false
required: true
translatable: true
default_value: { }
default_value_callback: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ entity_type: node
bundle: vba_facility
label: Persistence
description: ''
required: false
required: true
translatable: true
default_value:
-
Expand Down

0 comments on commit b724d4f

Please sign in to comment.