Skip to content

Commit d30abc6

Browse files
authored
Merge pull request #46 from landofcoder/develop
updated files css and widget
2 parents 57ac59b + 6a2615b commit d30abc6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

etc/adminhtml/system.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
<field id="enabled">1</field>
2222
</depends>
2323
</field>
24-
25-
<field id="show_number_products" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
24+
25+
<field id="show_number_products" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
2626
<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>
2729
<depends>
2830
<field id="enabled">1</field>
2931
</depends>

0 commit comments

Comments
 (0)