From 5e7e755a3ee003b768180ac684bd7e0977a6798e Mon Sep 17 00:00:00 2001 From: Steve Long <2211897+stevelong00@users.noreply.github.com> Date: Thu, 2 May 2024 19:14:14 -0400 Subject: [PATCH] Revert "Removed feature toggle profile_show_proof_of_veteran_status (#16368)" This reverts commit 16f061be88376a3ab759d579a0cc5ff5d3d2aeeb. --- config/features.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/features.yml b/config/features.yml index 77f4da9f260..e17ed775e31 100644 --- a/config/features.yml +++ b/config/features.yml @@ -854,6 +854,9 @@ features: profile_show_quick_submit_notification_setting: actor_type: user description: Show/Hide the quick submit section of notification settings in profile + profile_show_proof_of_veteran_status: + actor_type: user + description: Show/Hide the proof of veteran status page and links profile_use_experimental: description: Use experimental features for Profile application - Do not remove enable_in_development: true