From 2547fdea569f5dceb2eccddc0ccde8c2118ef6fe Mon Sep 17 00:00:00 2001 From: Christian Burk <766573+omahane@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:54:24 -0600 Subject: [PATCH] VACMS-19821: Removes mental health number from Facility IEF (#19822) * VACMS-19821: Removes mental health number from Facility IEF * VACMS-19821: Restore revision_log --- ...care_local_facility.inline_entity_form.yml | 30 ++----------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml b/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml index 192365774c..e8ea110334 100644 --- a/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml +++ b/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml @@ -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: @@ -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 @@ -139,25 +130,6 @@ content: count_html_characters: true textcount_status_message: '@remaining_count 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 @@ -180,6 +152,7 @@ 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 @@ -187,6 +160,7 @@ hidden: field_region_page: true field_supplemental_status: true field_supplemental_status_more_i: true + field_telephone: true field_timezone: true flag: true langcode: true