We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57ac59b + 6a2615b commit d30abc6Copy full SHA for d30abc6
etc/adminhtml/system.xml
@@ -21,9 +21,11 @@
21
<field id="enabled">1</field>
22
</depends>
23
</field>
24
-
25
- <field id="show_number_products" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
+
+ <field id="show_number_products" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
26
<label>Show number products beside tags</label>
27
+ <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
28
+ <comment>show/hide Show number products beside tags.</comment>
29
<depends>
30
31
0 commit comments