Skip to content

Commit

Permalink
VACMS-15868: Move old mental health phone field in form display
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Feb 9, 2024
1 parent 6decf42 commit 0fec44d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ third_party_settings:
group_editorial_workflow:
children:
- moderation_state
- revision_log
- flag
label: 'Editorial Workflow'
region: content
Expand Down Expand Up @@ -92,7 +91,7 @@ third_party_settings:
label: 'VAMC system'
region: content
parent_name: ''
weight: 2
weight: 3
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -106,7 +105,7 @@ third_party_settings:
label: 'Title and summary'
region: content
parent_name: ''
weight: 3
weight: 4
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -132,7 +131,7 @@ third_party_settings:
label: 'Operating status'
region: content
parent_name: ''
weight: 1
weight: 2
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -147,7 +146,7 @@ third_party_settings:
label: 'Meta Tags'
region: content
parent_name: ''
weight: 4
weight: 5
format_type: fieldset
format_settings:
classes: ''
Expand Down Expand Up @@ -177,7 +176,6 @@ third_party_settings:
- field_geolocation
- field_mobile
- field_phone_number
- field_mental_health_phone
- field_office_hours
- field_timezone
label: 'Facility data'
Expand Down Expand Up @@ -318,7 +316,7 @@ content:
third_party_settings: { }
field_mental_health_phone:
type: telephone_default
weight: 28
weight: 1
region: content
settings:
placeholder: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ third_party_settings:
label: Meta
parent_name: ''
region: hidden
weight: 13
weight: 22
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -55,7 +55,7 @@ third_party_settings:
label: 'Operating status'
parent_name: ''
region: hidden
weight: 11
weight: 20
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -66,7 +66,7 @@ third_party_settings:
label: 'Social media'
parent_name: ''
region: hidden
weight: 17
weight: 26
format_type: details
format_settings:
classes: ''
Expand All @@ -80,7 +80,7 @@ third_party_settings:
label: 'Prepare for your visit'
parent_name: ''
region: hidden
weight: 14
weight: 23
format_type: details
format_settings:
classes: ''
Expand All @@ -93,7 +93,6 @@ third_party_settings:
- field_address
- field_mobile
- field_phone_number
- field_mental_health_phone
- field_office_hours
label: 'Location Information'
parent_name: ''
Expand Down Expand Up @@ -132,7 +131,7 @@ third_party_settings:
label: 'Title and summary'
parent_name: ''
region: hidden
weight: 12
weight: 21
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -145,7 +144,7 @@ third_party_settings:
label: 'Section settings'
parent_name: ''
region: hidden
weight: 15
weight: 24
format_type: details_sidebar
format_settings:
classes: ''
Expand All @@ -161,7 +160,7 @@ third_party_settings:
label: 'Editorial workflow'
parent_name: ''
region: hidden
weight: 16
weight: 25
format_type: fieldset
format_settings:
classes: ''
Expand Down Expand Up @@ -191,14 +190,6 @@ content:
third_party_settings: { }
weight: 17
region: content
field_mental_health_phone:
type: string
label: above
settings:
link_to_entity: false
third_party_settings: { }
weight: 21
region: content
field_mobile:
type: boolean
label: above
Expand All @@ -219,6 +210,7 @@ content:
grouped: false
show_closed: all
closed_format: Closed
all_day_format: 'All day open'
separator:
days: '<br />'
grouped_days: ' - '
Expand All @@ -229,6 +221,11 @@ content:
position: ''
open_text: 'Currently open!'
closed_text: 'Currently closed'
exceptions:
title: 'Exception hours'
restrict_exceptions_to_num_days: 7
date_format: long
all_day_format: 'All day open'
timezone_field: ''
office_hours_first_day: ''
schema:
Expand Down Expand Up @@ -267,6 +264,7 @@ hidden:
field_location_services: true
field_main_location: true
field_media: true
field_mental_health_phone: true
field_meta_tags: true
field_meta_title: true
field_operating_status_facility: true
Expand Down

0 comments on commit 0fec44d

Please sign in to comment.