From c0d2253449b3015d372518ace2a69e90cf10b665 Mon Sep 17 00:00:00 2001 From: Christian Burk Date: Fri, 13 Oct 2023 14:34:30 -0500 Subject: [PATCH] VACMS-15649: Removes free text fields from service location (#15676) --- ...lay.paragraph.service_location.default.yml | 18 -------------- ...lay.paragraph.service_location.default.yml | 18 -------------- ...ation.field_service_location_descripti.yml | 24 ------------------- ...ce_location.field_task_oriented_header.yml | 24 ------------------- ...graph.field_service_location_descripti.yml | 21 ---------------- ...e.paragraph.field_task_oriented_header.yml | 21 ---------------- 6 files changed, 126 deletions(-) delete mode 100644 config/sync/field.field.paragraph.service_location.field_service_location_descripti.yml delete mode 100644 config/sync/field.field.paragraph.service_location.field_task_oriented_header.yml delete mode 100644 config/sync/field.storage.paragraph.field_service_location_descripti.yml delete mode 100644 config/sync/field.storage.paragraph.field_task_oriented_header.yml diff --git a/config/sync/core.entity_form_display.paragraph.service_location.default.yml b/config/sync/core.entity_form_display.paragraph.service_location.default.yml index b71703c24f..23a73ffa0c 100644 --- a/config/sync/core.entity_form_display.paragraph.service_location.default.yml +++ b/config/sync/core.entity_form_display.paragraph.service_location.default.yml @@ -10,8 +10,6 @@ dependencies: - field.field.paragraph.service_location.field_phone - field.field.paragraph.service_location.field_service_delivery_options - field.field.paragraph.service_location.field_service_location_address - - field.field.paragraph.service_location.field_service_location_descripti - - field.field.paragraph.service_location.field_task_oriented_header - field.field.paragraph.service_location.field_use_main_facility_phone - paragraphs.paragraphs_type.service_location module: @@ -197,22 +195,6 @@ content: collapse_edit_all: '0' duplicate: '0' third_party_settings: { } - field_service_location_descripti: - type: string_textfield - weight: 1 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } - field_task_oriented_header: - type: string_textfield - weight: 0 - region: content - settings: - size: 60 - placeholder: '' - third_party_settings: { } field_use_main_facility_phone: type: boolean_checkbox weight: 4 diff --git a/config/sync/core.entity_view_display.paragraph.service_location.default.yml b/config/sync/core.entity_view_display.paragraph.service_location.default.yml index e27594a290..cc66fdee99 100644 --- a/config/sync/core.entity_view_display.paragraph.service_location.default.yml +++ b/config/sync/core.entity_view_display.paragraph.service_location.default.yml @@ -10,8 +10,6 @@ dependencies: - field.field.paragraph.service_location.field_phone - field.field.paragraph.service_location.field_service_delivery_options - field.field.paragraph.service_location.field_service_location_address - - field.field.paragraph.service_location.field_service_location_descripti - - field.field.paragraph.service_location.field_task_oriented_header - field.field.paragraph.service_location.field_use_main_facility_phone - paragraphs.paragraphs_type.service_location module: @@ -169,22 +167,6 @@ content: third_party_settings: { } weight: 7 region: content - field_service_location_descripti: - type: string - label: above - settings: - link_to_entity: false - third_party_settings: { } - weight: 5 - region: content - field_task_oriented_header: - type: string - label: above - settings: - link_to_entity: false - third_party_settings: { } - weight: 4 - region: content field_use_main_facility_phone: type: boolean label: above diff --git a/config/sync/field.field.paragraph.service_location.field_service_location_descripti.yml b/config/sync/field.field.paragraph.service_location.field_service_location_descripti.yml deleted file mode 100644 index c5b470ce1c..0000000000 --- a/config/sync/field.field.paragraph.service_location.field_service_location_descripti.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: b1137b98-b583-41ec-ae1c-d9055e027fa8 -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_service_location_descripti - - paragraphs.paragraphs_type.service_location - module: - - tmgmt_content -third_party_settings: - tmgmt_content: - excluded: false -id: paragraph.service_location.field_service_location_descripti -field_name: field_service_location_descripti -entity_type: paragraph -bundle: service_location -label: 'Service location description' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/sync/field.field.paragraph.service_location.field_task_oriented_header.yml b/config/sync/field.field.paragraph.service_location.field_task_oriented_header.yml deleted file mode 100644 index 16302145b7..0000000000 --- a/config/sync/field.field.paragraph.service_location.field_task_oriented_header.yml +++ /dev/null @@ -1,24 +0,0 @@ -uuid: 0c22f499-e717-4540-94d5-b4344cdecf7b -langcode: en -status: true -dependencies: - config: - - field.storage.paragraph.field_task_oriented_header - - paragraphs.paragraphs_type.service_location - module: - - tmgmt_content -third_party_settings: - tmgmt_content: - excluded: false -id: paragraph.service_location.field_task_oriented_header -field_name: field_task_oriented_header -entity_type: paragraph -bundle: service_location -label: 'Task-oriented descriptive header' -description: '' -required: false -translatable: false -default_value: { } -default_value_callback: '' -settings: { } -field_type: string diff --git a/config/sync/field.storage.paragraph.field_service_location_descripti.yml b/config/sync/field.storage.paragraph.field_service_location_descripti.yml deleted file mode 100644 index cb730aef8f..0000000000 --- a/config/sync/field.storage.paragraph.field_service_location_descripti.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 08189d44-be34-4f4e-b42e-2d77e69acf84 -langcode: en -status: true -dependencies: - module: - - paragraphs -id: paragraph.field_service_location_descripti -field_name: field_service_location_descripti -entity_type: paragraph -type: string -settings: - max_length: 255 - case_sensitive: false - is_ascii: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false diff --git a/config/sync/field.storage.paragraph.field_task_oriented_header.yml b/config/sync/field.storage.paragraph.field_task_oriented_header.yml deleted file mode 100644 index db90f926dd..0000000000 --- a/config/sync/field.storage.paragraph.field_task_oriented_header.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: a2c511a4-0798-49e7-9b84-aeb45378e45a -langcode: en -status: true -dependencies: - module: - - paragraphs -id: paragraph.field_task_oriented_header -field_name: field_task_oriented_header -entity_type: paragraph -type: string -settings: - max_length: 255 - case_sensitive: false - is_ascii: false -module: core -locked: false -cardinality: 1 -translatable: true -indexes: { } -persist_with_no_fields: false -custom_storage: false