Skip to content

Commit

Permalink
Merge branch 'main' into 19888-remove-email-toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
dsasser authored Jan 8, 2025
2 parents b8eb290 + 97240be commit 4c8d324
Show file tree
Hide file tree
Showing 38 changed files with 438 additions and 586 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"symfony/phpunit-bridge": "^7.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
"va-gov/content-build": "^0.0.3657",
"va-gov/content-build": "^0.0.3659",
"vlucas/phpdotenv": "^5.6",
"webflo/drupal-finder": "1.3.1",
"webmozart/path-util": "^2.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2e9a7625d24f80f308e27764fed4b72b",
"content-hash": "f9cd350a249e3227e672591dc48416f7",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -26902,16 +26902,16 @@
},
{
"name": "va-gov/content-build",
"version": "v0.0.3657",
"version": "v0.0.3659",
"source": {
"type": "git",
"url": "https://github.com/department-of-veterans-affairs/content-build.git",
"reference": "9ee617439ad36ed873ce42d2076a39523b2bc6ae"
"reference": "5f3b240e0e86745a2866c1969578040630591ccb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/9ee617439ad36ed873ce42d2076a39523b2bc6ae",
"reference": "9ee617439ad36ed873ce42d2076a39523b2bc6ae",
"url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/5f3b240e0e86745a2866c1969578040630591ccb",
"reference": "5f3b240e0e86745a2866c1969578040630591ccb",
"shasum": ""
},
"type": "node-project",
Expand All @@ -26938,9 +26938,9 @@
"description": "Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.",
"support": {
"issues": "https://github.com/department-of-veterans-affairs/content-build/issues",
"source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3657"
"source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3659"
},
"time": "2025-01-06T13:35:03+00:00"
"time": "2025-01-07T17:22:23+00:00"
},
{
"name": "vlucas/phpdotenv",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand All @@ -37,7 +36,6 @@ dependencies:
- media_library
- office_hours
- paragraphs
- paragraphs_features
- path
- telephone
- textfield_counter
Expand Down Expand Up @@ -335,13 +333,6 @@ content:
settings:
media_types: { }
third_party_settings: { }
field_mental_health_phone:
type: telephone_default
weight: 21
region: content
settings:
placeholder: ''
third_party_settings: { }
field_mobile:
type: boolean_checkbox
weight: 26
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand Down Expand Up @@ -152,7 +151,6 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.person_profile.field_meta_tags
- field.field.node.person_profile.field_name_first
- field.field.node.person_profile.field_office
- field.field.node.person_profile.field_phone_number
- field.field.node.person_profile.field_photo_allow_hires_download
- field.field.node.person_profile.field_suffix
- field.field.node.person_profile.field_telephone
Expand All @@ -29,7 +28,6 @@ dependencies:
- media_library
- paragraphs
- path
- telephone
- text
- textfield_counter
third_party_settings:
Expand Down Expand Up @@ -251,13 +249,6 @@ content:
region: content
settings: { }
third_party_settings: { }
field_phone_number:
type: telephone_default
weight: 7
region: content
settings:
placeholder: ''
third_party_settings: { }
field_photo_allow_hires_download:
type: boolean_checkbox
weight: 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- field.field.node.person_profile.field_meta_tags
- field.field.node.person_profile.field_name_first
- field.field.node.person_profile.field_office
- field.field.node.person_profile.field_phone_number
- field.field.node.person_profile.field_photo_allow_hires_download
- field.field.node.person_profile.field_suffix
- field.field.node.person_profile.field_telephone
Expand All @@ -26,7 +25,6 @@ dependencies:
- field_group
- media_library
- paragraphs
- telephone
- text
third_party_settings:
field_group:
Expand Down Expand Up @@ -201,13 +199,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_phone_number:
type: telephone_default
weight: 7
region: content
settings:
placeholder: ''
third_party_settings: { }
field_photo_allow_hires_download:
type: boolean_checkbox
weight: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- field.field.node.vamc_system_billing_insurance.field_non_clinical_services
- field.field.node.vamc_system_billing_insurance.field_office
- field.field.node.vamc_system_billing_insurance.field_office_hours
- field.field.node.vamc_system_billing_insurance.field_phone_number
- field.field.node.vamc_system_billing_insurance.field_service_name_and_descripti
- field.field.node.vamc_system_billing_insurance.field_telephone
- node.type.vamc_system_billing_insurance
Expand All @@ -26,7 +25,6 @@ dependencies:
- field_group
- office_hours
- paragraphs
- telephone
- viewfield
third_party_settings:
field_group:
Expand Down Expand Up @@ -242,13 +240,6 @@ content:
settings:
collapsed: false
third_party_settings: { }
field_phone_number:
type: telephone_default
weight: 10
region: content
settings:
placeholder: ''
third_party_settings: { }
field_telephone:
type: entity_reference_paragraphs
weight: 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand Down Expand Up @@ -202,14 +201,6 @@ content:
third_party_settings: { }
weight: 0
region: content
field_mental_health_phone:
type: telephone_link
label: inline
settings:
title: ''
third_party_settings: { }
weight: 19
region: content
field_mobile:
type: boolean
label: inline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand Down Expand Up @@ -267,7 +266,6 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand Down Expand Up @@ -120,7 +119,6 @@ hidden:
field_local_health_care_service_: true
field_location_services: true
field_main_location: true
field_mental_health_phone: true
field_meta_tags: true
field_mobile: true
field_office_hours: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
- field.field.node.health_care_local_facility.field_office_hours
Expand Down Expand Up @@ -96,7 +95,6 @@ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
- field.field.node.person_profile.field_meta_tags
- field.field.node.person_profile.field_name_first
- field.field.node.person_profile.field_office
- field.field.node.person_profile.field_phone_number
- field.field.node.person_profile.field_photo_allow_hires_download
- field.field.node.person_profile.field_suffix
- field.field.node.person_profile.field_telephone
Expand All @@ -27,7 +26,6 @@ dependencies:
- field_group
- file
- media
- telephone
- text
- user
third_party_settings:
Expand Down Expand Up @@ -122,14 +120,6 @@ content:
third_party_settings: { }
weight: 1
region: content
field_phone_number:
type: telephone_link
label: above
settings:
title: ''
third_party_settings: { }
weight: 7
region: content
field_suffix:
type: string
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies:
- field.field.node.person_profile.field_meta_tags
- field.field.node.person_profile.field_name_first
- field.field.node.person_profile.field_office
- field.field.node.person_profile.field_phone_number
- field.field.node.person_profile.field_photo_allow_hires_download
- field.field.node.person_profile.field_suffix
- field.field.node.person_profile.field_telephone
Expand Down Expand Up @@ -50,7 +49,6 @@ hidden:
field_meta_tags: true
field_name_first: true
field_office: true
field_phone_number: true
field_photo_allow_hires_download: true
field_region_page: true
field_suffix: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- field.field.node.vamc_system_billing_insurance.field_non_clinical_services
- field.field.node.vamc_system_billing_insurance.field_office
- field.field.node.vamc_system_billing_insurance.field_office_hours
- field.field.node.vamc_system_billing_insurance.field_phone_number
- field.field.node.vamc_system_billing_insurance.field_service_name_and_descripti
- field.field.node.vamc_system_billing_insurance.field_telephone
- node.type.vamc_system_billing_insurance
Expand All @@ -24,7 +23,6 @@ dependencies:
- entity_reference_revisions
- field_group
- office_hours
- telephone
- user
- viewfield
third_party_settings:
Expand Down Expand Up @@ -188,14 +186,6 @@ content:
third_party_settings: { }
weight: 2
region: content
field_phone_number:
type: telephone_link
label: above
settings:
title: ''
third_party_settings: { }
weight: 0
region: content
field_telephone:
type: entity_reference_revisions_entity_view
label: above
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- field.field.node.vamc_system_billing_insurance.field_non_clinical_services
- field.field.node.vamc_system_billing_insurance.field_office
- field.field.node.vamc_system_billing_insurance.field_office_hours
- field.field.node.vamc_system_billing_insurance.field_phone_number
- field.field.node.vamc_system_billing_insurance.field_service_name_and_descripti
- field.field.node.vamc_system_billing_insurance.field_telephone
- node.type.vamc_system_billing_insurance
Expand Down Expand Up @@ -194,7 +193,6 @@ hidden:
field_enforce_unique_combo_offic: true
field_last_saved_by_an_editor: true
field_office: true
field_phone_number: true
field_service_name_and_descripti: true
langcode: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies:
- field.field.node.vamc_system_billing_insurance.field_non_clinical_services
- field.field.node.vamc_system_billing_insurance.field_office
- field.field.node.vamc_system_billing_insurance.field_office_hours
- field.field.node.vamc_system_billing_insurance.field_phone_number
- field.field.node.vamc_system_billing_insurance.field_service_name_and_descripti
- field.field.node.vamc_system_billing_insurance.field_telephone
- node.type.vamc_system_billing_insurance
Expand Down Expand Up @@ -59,7 +58,6 @@ hidden:
field_non_clinical_services: true
field_office: true
field_office_hours: true
field_phone_number: true
field_service_name_and_descripti: true
field_telephone: true
langcode: true
Expand Down
1 change: 0 additions & 1 deletion config/sync/feature_toggle.features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ features:
feature_next_build_content_vha_facility_nonclinical_service: FEATURE_NEXT_BUILD_CONTENT_VHA_FACILITY_NONCLINICAL_SERVICE
feature_next_build_content_vet_center_mobile_vet_center: FEATURE_NEXT_BUILD_CONTENT_VET_CENTER_MOBILE_VET_CENTER
feature_next_build_content_vet_center_outstation: FEATURE_NEXT_BUILD_CONTENT_VET_CENTER_OUTSTATION
feature_telephone_migration_v1: FEATURE_TELEPHONE_MIGRATION_V1
feature_banner_use_alternative_banners: FEATURE_BANNER_USE_ALTERNATIVE_BANNERS
Loading

0 comments on commit 4c8d324

Please sign in to comment.