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

19 строки
1007 B

  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="BlockNewPageBasicFieldsSection">
  11. <element name="isActive" type="button" selector="//input[@name='is_active' and @value='{{var1}}']" parameterized="true"/>
  12. <element name="blockTitle" type="input" selector="input[name=title]"/>
  13. <element name="identifier" type="input" selector="input[name=identifier]"/>
  14. <element name="storeView" type="multiselect" selector="select[name=store_id]"/>
  15. <element name="duplicatedIdentifier" type="input" selector="//input[contains(@data-value,'{{var1}}')]" parameterized="true"/>
  16. <element name="isActiveLabel" type="button" selector="div[data-index=is_active] .admin__actions-switch-label"/>
  17. </section>
  18. </sections>