Skip to content

Commit 43b4607

Browse files
authored
Merge pull request #6171 from fthobe/fix-default-meta-data-config
[Docs] Fix Meta Data Restriction Comment to reflect default setting
2 parents d00c324 + 75751a7 commit 43b4607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/spree/app_configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ class AppConfiguration < Preferences::Configuration
222222
# - The maximum number of keys that can be added to the metadata columns (meta_data_max_keys).
223223
# - The maximum length of each key in the metadata columns (meta_data_max_key_length).
224224
# - The maximum length of each value in the metadata columns (meta_data_max_value_length).
225-
# (default: +true+)
225+
# (default: +false+)
226226
preference :meta_data_validation_enabled, :boolean, default: false
227227

228228
# @!attribute [rw] meta_data_max_keys

0 commit comments

Comments
 (0)