Skip to content

Commit 65b5f5b

Browse files
authored
Merge pull request #6 from Siteation/bugfix/sort-order
Fix sort order for Stores configuration Tab
2 parents 9c04844 + 9483fe6 commit 65b5f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
77
<system>
8-
<tab id="vendic" translate="label" sortOrder="10">
8+
<tab id="vendic" translate="label" sortOrder="999">
99
<label>Vendic</label>
1010
</tab>
1111
<section id="optimize_cache_size" translate="label" sortOrder="1000"

0 commit comments

Comments
 (0)