From f72cc1ea0b3a055e44c1a17be0c2bb2c35efbb6e Mon Sep 17 00:00:00 2001 From: s-caso <94458706+s-caso@users.noreply.github.com> Date: Wed, 8 May 2024 10:28:53 -0400 Subject: [PATCH] add high school info feature flag (#16636) * add high school info feature flag * flag off in dev by default --- config/features.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/features.yml b/config/features.yml index 313cf06aa05..76221784a03 100644 --- a/config/features.yml +++ b/config/features.yml @@ -1252,10 +1252,14 @@ features: actor_type: user description: Flag to use begin rescue block for BGS call enable_in_development: true + toe_high_school_info_change: + actor_type: user + description: Flag to change order of high school info page + enable_in_development: false toe_light_house_dgi_direct_deposit: actor_type: user description: Uses lighthouse api for direct deposit information in TOE. - enable_in_development: true + enable_in_development: false move_form_back_button: actor_type: user description: Test moving form back button to the top of the page