| Current Path : /home/rtorresani/www/vendor/magento/module-config/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-config/Test/Mftf/Section/AdminEmailToFriendSection.xml |
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="AdminEmailToFriendSection">
<element name="DefaultLayoutsTab" type="button" selector=".entry-edit-head-link"/>
<element name="CheckIfTabExpand" type="button" selector=".entry-edit-head-link:not(.open)"/>
<element name="emailTemplate" type="input" selector="#sendfriend_email_template"/>
<element name="allowForGuests" type="input" selector="#sendfriend_email_allow_guest"/>
<element name="maxRecipients" type="input" selector="#sendfriend_email_max_recipients"/>
<element name="maxPerHour" type="input" selector="#sendfriend_email_max_per_hour"/>
<element name="limitSendingBy" type="input" selector="#sendfriend_email_check_by"/>
</section>
</sections>