diff --git a/lib/open_food_web/feature_toggle.rb b/lib/open_food_web/feature_toggle.rb index ecb5fd1e1d..00834da4e0 100644 --- a/lib/open_food_web/feature_toggle.rb +++ b/lib/open_food_web/feature_toggle.rb @@ -11,7 +11,7 @@ module OpenFoodWeb local_organics: false, order_cycles: false, multi_cart: false, - enterprises_distributor_info_rich_text: false} + enterprises_distributor_info_rich_text: true} end end end