diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index 13c07573b2..524a273f0b 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -61,6 +61,9 @@ module OpenFoodNetwork "open_in_same_tab" => <<~DESC, Open the admin dashboard in the same tab instead of a new tab. DESC + "variant_tag" => <<~DESC, + Variant Tag are available on the Bulk Edit Products page. + DESC }.merge(conditional_features).freeze; # Features you would like to be enabled to start with.