Skip to content

Commit

Permalink
VACMS-19821: Removes mental health number from Facility IEF (#19822)
Browse files Browse the repository at this point in the history
* VACMS-19821: Removes mental health number from Facility IEF

* VACMS-19821: Restore revision_log
  • Loading branch information
omahane authored Nov 12, 2024
1 parent 3c9bca1 commit 2547fde
Showing 1 changed file with 2 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies:
- node.type.health_care_local_facility
module:
- field_group
- ief_table_view_mode
- telephone
- textfield_counter
third_party_settings:
field_group:
Expand Down Expand Up @@ -112,13 +110,6 @@ targetEntityType: node
bundle: health_care_local_facility
mode: inline_entity_form
content:
field_mental_health_phone:
type: telephone_default
weight: 22
region: content
settings:
placeholder: ''
third_party_settings: { }
field_operating_status_facility:
type: options_select
weight: 1
Expand All @@ -139,25 +130,6 @@ content:
count_html_characters: true
textcount_status_message: '<span class="remaining_count">@remaining_count</span> characters remaining'
third_party_settings: { }
field_telephone:
type: inline_entity_form_complex_table_view_mode
weight: 3
region: content
settings:
form_mode: default
override_labels: false
label_singular: ''
label_plural: ''
allow_new: true
allow_existing: false
match_operator: CONTAINS
allow_duplicate: false
collapsible: false
collapsed: false
revision: false
removed_reference: optional
allow_system_delete: false
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand All @@ -180,13 +152,15 @@ hidden:
field_location_services: true
field_main_location: true
field_media: true
field_mental_health_phone: true
field_meta_tags: true
field_mobile: true
field_office_hours: true
field_phone_number: true
field_region_page: true
field_supplemental_status: true
field_supplemental_status_more_i: true
field_telephone: true
field_timezone: true
flag: true
langcode: true
Expand Down

0 comments on commit 2547fde

Please sign in to comment.