Skip to content

Commit 75751a7

Browse files
authored
Fix Meta Data Restriction Comment to reflect default setting
The comment was inconsistent with the default setting. No functional changes have been made.
1 parent d00c324 commit 75751a7

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)