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.
1 parent 080a341 commit 38921e7Copy full SHA for 38921e7
app/code/Magento/Customer/etc/adminhtml/system.xml
@@ -198,7 +198,8 @@
198
<field id="street_lines" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
199
<label>Number of Lines in a Street Address</label>
200
<backend_model>Magento\Customer\Model\Config\Backend\Address\Street</backend_model>
201
- <comment>Leave empty for default (2). Valid range: 1-4</comment>
+ <comment>Valid range: 1-4</comment>
202
+ <validate>validate-digits validate-digits-range digits-range-1-4</validate>
203
</field>
204
<field id="prefix_show" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
205
<label>Show Prefix</label>
0 commit comments