Only show connected apps in enterprise settings, if system setting is enabled

This commit is contained in:
David Cook
2024-08-01 11:17:46 +10:00
committed by Rachel Arnould
parent 8716b75d3d
commit fcea437d7e
4 changed files with 28 additions and 2 deletions

View File

@@ -139,5 +139,8 @@ module Spree
# Available units
preference :available_units, :string, default: "g,kg,T,mL,L,kL"
# Connected Apps
preference :connected_apps_enabled, :string, default: nil
end
end