Skip to content

Commit cfdbd59

Browse files
ENGCOM-3617: added config for wishlist sidebar in config #19554
- Merge Pull Request #19554 from torhoehn/magento2:feature/show-wishlist-in-sidebar - Merged commits: 1. 3539586 2. 8d1251c 3. 1061f87
2 parents d87f533 + 1061f87 commit cfdbd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<label>Enabled</label>
4040
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
4141
</field>
42-
<field id="show_in_sidebar" translate="label" type="select" sortOrder="5" showInDefault="1" showinWebsite="1" showInStore="1" canRestore="1">
42+
<field id="show_in_sidebar" translate="label" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
4343
<label>Show in Sidebar</label>
4444
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
4545
</field>

0 commit comments

Comments
 (0)