Skip to content

Commit caf6ad0

Browse files
authored
Hide newsletter subscription config (#684)
1 parent b78f6d9 commit caf6ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/Sales/etc/adminhtml/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<group id="business_settings" translate="label" type="text" sortOrder="10" showInDefault="1"
9393
showInWebsite="0" showInStore="1">
9494
<field id="auto_subscribe_to_newsletter" translate="label comment" type="select" sortOrder="40"
95-
showInDefault="1" showInWebsite="0" showInStore="1">
95+
showInDefault="0" showInWebsite="0" showInStore="0">
9696
<label>Subscribe to Newsletter</label>
9797
<config_path>facebook/orders_sync/auto_subscribe_to_newsletter</config_path>
9898
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>

0 commit comments

Comments
 (0)