Skip to content

Commit

Permalink
add high school info feature flag (#16636)
Browse files Browse the repository at this point in the history
* add high school info feature flag

* flag off in dev by default
  • Loading branch information
s-caso authored May 8, 2024
1 parent 53eff2e commit f72cc1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f72cc1e

Please sign in to comment.