| Current Path : /home/rtorresani/www/vendor/magento/module-re-captcha-customer/etc/adminhtml/ |
| Current File : //home/rtorresani/www/vendor/magento/module-re-captcha-customer/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="recaptcha_frontend">
<group id="type_for">
<field id="customer_login" translate="label" type="select" sortOrder="110" showInDefault="1"
showInWebsite="1" showInStore="0" canRestore="1">
<label>Enable for Customer Login</label>
<source_model>Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model>
</field>
<field id="customer_forgot_password" translate="label" type="select" sortOrder="120" showInDefault="1"
showInWebsite="1" showInStore="0" canRestore="1">
<label>Enable for Forgot Password</label>
<source_model>Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model>
</field>
<field id="customer_create" translate="label" type="select" sortOrder="130" showInDefault="1"
showInWebsite="1" showInStore="0" canRestore="1">
<label>Enable for Create New Customer Account</label>
<source_model>Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model>
</field>
<field id="customer_edit" translate="label" type="select" sortOrder="135" showInDefault="1"
showInWebsite="1" showInStore="0" canRestore="1">
<label>Enable for Edit Customer Account</label>
<source_model>Magento\ReCaptchaAdminUi\Model\OptionSource\Type</source_model>
</field>
</group>
</section>
</system>
</config>