Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

21 строка
1.0 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminEmailToFriendSection">
  11. <element name="DefaultLayoutsTab" type="button" selector=".entry-edit-head-link"/>
  12. <element name="CheckIfTabExpand" type="button" selector=".entry-edit-head-link:not(.open)"/>
  13. <element name="emailTemplate" type="input" selector="#sendfriend_email_template"/>
  14. <element name="allowForGuests" type="input" selector="#sendfriend_email_allow_guest"/>
  15. <element name="maxRecipients" type="input" selector="#sendfriend_email_max_recipients"/>
  16. <element name="maxPerHour" type="input" selector="#sendfriend_email_max_per_hour"/>
  17. <element name="limitSendingBy" type="input" selector="#sendfriend_email_check_by"/>
  18. </section>
  19. </sections>