| Current Path : /home/rtorresani/www/vendor/magento/module-login-as-customer-assistance/etc/adminhtml/ |
| Current File : //home/rtorresani/www/vendor/magento/module-login-as-customer-assistance/etc/adminhtml/system.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="login_as_customer" showInWebsite="1">
<group id="general" showInWebsite="1">
<field id="shopping_assistance_checkbox_title" translate="label" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" canRestore="1">
<label>Title for Login as Customer opt-in checkbox</label>
</field>
<field id="shopping_assistance_checkbox_tooltip" translate="label" type="textarea" sortOrder="60" showInDefault="1" showInWebsite="1" canRestore="1">
<label>Login as Customer checkbox tooltip</label>
</field>
</group>
</section>
</system>
</config>