Add "variant_tag" feature toggle

This commit is contained in:
Gaetan Craig-Riou
2025-03-11 15:01:23 +11:00
parent d3b653b257
commit 00db5091e7

View File

@@ -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.