Skip to content

Commit

Permalink
Subcategory count config moved right after category count
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Mar 23, 2018
1 parent 7c1bf21 commit 9ae5d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<field id="category_count" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Number of categories to show</label>
</field>
<field id="subcategory_count" translate="label" type="text" sortOrder="45" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Number of subcategories to show</label>
</field>
<field id="column_count" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Columns count</label>
<comment>You can set from 2 to 6 columns</comment>
Expand All @@ -66,9 +69,6 @@
<field id="image_height" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Image height</label>
</field>
<field id="subcategory_count" translate="label" type="text" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Number of subcategories to show</label>
</field>
</group>

<group id="departments" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
Expand Down

0 comments on commit 9ae5d45

Please sign in to comment.