We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cda7f4 commit ccea7c4Copy full SHA for ccea7c4
app/code/Magento/LoginAsCustomerAssistance/etc/adminhtml/system.xml
@@ -7,8 +7,8 @@
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
9
<system>
10
- <section id="login_as_customer" showInWebsite="1">
11
- <group id="general" showInWebsite="1">
+ <section id="login_as_customer" showInWebsite="1" showInStore="1">
+ <group id="general" showInWebsite="1" showInStore="1">
12
<field id="shopping_assistance_checkbox_title" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
13
<label>Title for Login as Customer opt-in checkbox</label>
14
</field>
0 commit comments