We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e77e2f commit 38e34a8Copy full SHA for 38e34a8
app/code/Magento/Directory/etc/adminhtml/system.xml
@@ -109,6 +109,7 @@
109
<field id="state_required" translate="label" type="multiselect" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
110
<label>State is Required for</label>
111
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
112
+ <can_be_empty>1</can_be_empty>
113
</field>
114
<field id="display_all" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="0" showInStore="0">
115
<label>Allow to Choose State if It is Optional for Country</label>
0 commit comments