Skip to content

Commit

Permalink
VACMS-19805: Aligning more info label and help
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Nov 19, 2024
1 parent 1642106 commit 8db335e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.nca_facility
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.nca_facility.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: nca_facility
label: 'Operating status - more info'
description: "Up to 300 characters to provide additional information about the facility's operating status. "
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
uuid: 4a9fc962-5a6c-4568-a11e-969fdaf4988a
uuid: 7358f494-c863-4985-8ba6-fa269dfe70b3
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.vba_facility
- node.type.vet_center
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.vba_facility.field_operating_status_more_info
id: node.vet_center.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vba_facility
bundle: vet_center
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.vet_center_cap
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.vet_center_cap.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vet_center_cap
label: 'Operating status - more info'
description: "Up to 300 characters to provide additional information about the facility's operating status."
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,17 @@ dependencies:
config:
- field.storage.node.field_operating_status_more_info
- node.type.vet_center_outstation
module:
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: node.vet_center_outstation.field_operating_status_more_info
field_name: field_operating_status_more_info
entity_type: node
bundle: vet_center_outstation
label: 'Operating status more info'
description: ''
label: Details
description: 'Add relevant details about how this status will impact Veterans and visitors.'
required: false
translatable: false
default_value: { }
Expand Down

0 comments on commit 8db335e

Please sign in to comment.