You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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>
|