Skip to content

Commit b91fd15

Browse files
authored
ENGCOM-4738: make return_path_email and set_return_path configurable on website and store scope as well #22285
2 parents cd4adc3 + 57d2d97 commit b91fd15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@
323323
<label>Port (25)</label>
324324
<comment>For Windows server only.</comment>
325325
</field>
326-
<field id="set_return_path" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="0" showInStore="0">
326+
<field id="set_return_path" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
327327
<label>Set Return-Path</label>
328328
<source_model>Magento\Config\Model\Config\Source\Yesnocustom</source_model>
329329
</field>
330-
<field id="return_path_email" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="0" showInStore="0">
330+
<field id="return_path_email" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
331331
<label>Return-Path Email</label>
332332
<validate>validate-email</validate>
333333
<backend_model>Magento\Config\Model\Config\Backend\Email\Address</backend_model>

0 commit comments

Comments
 (0)