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

20 строки
1.2 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" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  9. <section name="AdminCustomerConfigSection">
  10. <element name="customerDataLifetime" type="input" selector="#customer_online_customers_section_data_lifetime"/>
  11. <element name="accountSharingOptionsTab" type="button" selector="#customer_account_share-head"/>
  12. <element name="shareCustomerAccountInherit" type="checkbox" selector="#customer_account_share_scope_inherit"/>
  13. <element name="shareCustomerAccount" type="select" selector="#customer_account_share_scope"/>
  14. <element name="showDateOfBirth" type="select" selector="#customer_address_dob_show"/>
  15. <element name="showDateOfBirthInherit" type="select" selector="#customer_address_dob_show_inherit"/>
  16. <element name="showTelephone" type="select" selector="#customer_address_telephone_show"/>
  17. <element name="showTelephoneInherit" type="checkbox" selector="#customer_address_telephone_show_inherit"/>
  18. </section>
  19. </sections>