Skip to content

Commit

Permalink
VACMS-16327: Updates form display and help text
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Feb 6, 2024
1 parent a375d54 commit 9d0ba40
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 30 deletions.
50 changes: 24 additions & 26 deletions config/sync/core.entity_form_display.node.vba_facility.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ third_party_settings:
weight: 3
format_type: details
format_settings:
classes: ''
classes: external-content
show_empty_fields: false
id: locations-and-contact-information
open: true
Expand All @@ -128,7 +128,13 @@ third_party_settings:
- field_timezone
- group_benefit_office_hours_vary
- group_benefits_hotline
- group_other_migrated_data
- field_facility_locator_api_id
- field_facility_vba_classificatio
- field_geolocation
- field_non_va_official_name
- field_non_va_location_url
- field_office
- field_shared_vha_location
label: 'Facility data'
region: content
parent_name: group_locations_and_contact_info
Expand Down Expand Up @@ -330,31 +336,23 @@ third_party_settings:
required_fields: false
description_display: after
group_other_migrated_data:
children:
- field_facility_locator_api_id
- field_facility_vba_classificatio
- field_geolocation
- field_non_va_official_name
- field_non_va_location_url
- field_office
- field_shared_vha_location
children: { }
label: 'Other migrated data'
region: content
parent_name: group_facility_data
weight: 16
parent_name: ''
weight: 15
format_type: tooltip
format_settings:
show_empty_fields: 0
show_label: '0'
tooltip_description: ''
description: ''
required_fields: '1'
id: ''
classes: ''
classes: external-content
show_empty_fields: 0
element: div
show_label: '0'
label_element: h3
required_fields: 1
attributes: ''
description: ''
tooltip_description: ''
open: false
group_facility_services:
children: { }
label: 'Facility services'
Expand Down Expand Up @@ -531,21 +529,21 @@ content:
third_party_settings: { }
field_facility_locator_api_id:
type: string_textfield
weight: 17
weight: 16
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_facility_vba_classificatio:
type: options_select
weight: 18
weight: 17
region: content
settings: { }
third_party_settings: { }
field_geolocation:
type: geofield_latlon
weight: 19
weight: 18
region: content
settings:
html5_geolocation: false
Expand Down Expand Up @@ -607,23 +605,23 @@ content:
third_party_settings: { }
field_non_va_location_url:
type: link_default
weight: 21
weight: 20
region: content
settings:
placeholder_url: ''
placeholder_title: ''
third_party_settings: { }
field_non_va_official_name:
type: string_textfield
weight: 20
weight: 19
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_office:
type: options_select
weight: 22
weight: 21
region: content
settings: { }
third_party_settings: { }
Expand Down Expand Up @@ -691,7 +689,7 @@ content:
add_another: ''
field_shared_vha_location:
type: entity_reference_autocomplete
weight: 23
weight: 22
region: content
settings:
match_operator: CONTAINS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.paragraph.field_button_label
- paragraphs.paragraphs_type.button
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.button.field_button_label
field_name: field_button_label
entity_type: paragraph
bundle: button
label: 'Link text'
description: ''
description: 'This text should describe the purpose of the link. Additional tips are on the <a href="https://design.va.gov/content-style-guide/links#link-text" target="_blank">VA content style guide links page (opens in a new window)</a>.'
required: true
translatable: true
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ dependencies:
- paragraphs.paragraphs_type.button
module:
- link
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.button.field_button_link
field_name: field_button_link
entity_type: paragraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,23 @@ dependencies:
module:
- allowed_formats
- text
- tmgmt_content
third_party_settings:
allowed_formats:
allowed_formats:
- rich_text_limited
tmgmt_content:
excluded: false
id: paragraph.featured_content.field_description
field_name: field_description
entity_type: paragraph
bundle: featured_content
label: Description
description: ''
description: 'Briefly describe the service, event, or news.'
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
settings:
allowed_formats: { }
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.paragraph.field_section_header
- paragraphs.paragraphs_type.featured_content
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.featured_content.field_section_header
field_name: field_section_header
entity_type: paragraph
bundle: featured_content
label: Title
description: ''
description: 'This title should be in sentence case and follow VA content guidance (opens in a new window). '
required: true
translatable: false
default_value: { }
Expand Down

0 comments on commit 9d0ba40

Please sign in to comment.