Skip to content

Commit

Permalink
resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
solwininfotech committed Feb 17, 2020
1 parent ca32574 commit 531e1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/Customer/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@
<comment>To show VAT number on Storefront, set Show VAT Number on Storefront option to Yes.</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="email_domain" translate="label" type="text" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Default Email Domain</label>
</field>
<field id="email_template" translate="label comment" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Default Welcome Email</label>
<comment>Email template chosen based on theme fallback when "Default" option is selected.</comment>
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Customer/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<email_confirmed_template>customer_create_account_email_confirmed_template</email_confirmed_template>
<viv_disable_auto_group_assign_default>0</viv_disable_auto_group_assign_default>
<vat_frontend_visibility>0</vat_frontend_visibility>
<email_domain>example.com</email_domain>
<generate_human_friendly_id>0</generate_human_friendly_id>
</create_account>
<default>
Expand Down

0 comments on commit 531e1b5

Please sign in to comment.