Skip to content

Commit 537685d

Browse files
MAGETWO-69236: Add configurations for change email templates [2.1 backport] #9661
2 parents cd38245 + 253d431 commit 537685d

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
@@ -176,6 +176,19 @@
176176
<frontend_class>required-entry validate-digits</frontend_class>
177177
</field>
178178
</group>
179+
<group id="account_information" translate="label" type="text" sortOrder="35" showInDefault="1" showInWebsite="1" showInStore="1">
180+
<label>Account Information Options</label>
181+
<field id="change_email_template" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
182+
<label>Change Email Template</label>
183+
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
184+
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
185+
</field>
186+
<field id="change_email_and_password_template" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
187+
<label>Change Email and Password Template</label>
188+
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
189+
<source_model>Magento\Config\Model\Config\Source\Email\Template</source_model>
190+
</field>
191+
</group>
179192
<group id="address" translate="label" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
180193
<label>Name and Address Options</label>
181194
<field id="street_lines" translate="label comment" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">

0 commit comments

Comments
 (0)