Skip to content

Commit

Permalink
[fix] make return_path_email and set_return_path configurable in webs…
Browse files Browse the repository at this point in the history
…ite and store scope
  • Loading branch information
Marcel Hauri committed Apr 11, 2019
1 parent 8a4e356 commit c75c2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Backend/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@
<label>Port (25)</label>
<comment>For Windows server only.</comment>
</field>
<field id="set_return_path" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="0" showInStore="0">
<field id="set_return_path" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Set Return-Path</label>
<source_model>Magento\Config\Model\Config\Source\Yesnocustom</source_model>
</field>
<field id="return_path_email" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="0" showInStore="0">
<field id="return_path_email" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Return-Path Email</label>
<validate>validate-email</validate>
<backend_model>Magento\Config\Model\Config\Backend\Email\Address</backend_model>
Expand Down

0 comments on commit c75c2e1

Please sign in to comment.