We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d00c324 + 75751a7 commit 43b4607Copy full SHA for 43b4607
core/lib/spree/app_configuration.rb
@@ -222,7 +222,7 @@ class AppConfiguration < Preferences::Configuration
222
# - The maximum number of keys that can be added to the metadata columns (meta_data_max_keys).
223
# - The maximum length of each key in the metadata columns (meta_data_max_key_length).
224
# - The maximum length of each value in the metadata columns (meta_data_max_value_length).
225
- # (default: +true+)
+ # (default: +false+)
226
preference :meta_data_validation_enabled, :boolean, default: false
227
228
# @!attribute [rw] meta_data_max_keys
0 commit comments