Skip to content

Commit d1e20dd

Browse files
author
Oleksii Korshenko
authored
MAGETWO-67436: Add configurations for change email templates #7506
2 parents 2fe439f + 2729a4c commit d1e20dd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,19 @@
180180
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
181181
</field>
182182
</group>
183+
<group id="account_information" translate="label" type="text" sortOrder="35" showInDefault="1" showInWebsite="1" showInStore="1">
184+
<label>Account Information Options</label>
185+
<field id="change_email_template" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
186+
<label>Change Email Template</label>
187+
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
188+
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
189+
</field>
190+
<field id="change_email_and_password_template" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
191+
<label>Change Email and Password Template</label>
192+
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
193+
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
194+
</field>
195+
</group>
183196
<group id="address" translate="label" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
184197
<label>Name and Address Options</label>
185198
<field id="street_lines" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">

0 commit comments

Comments
 (0)