CmsNewBlockBlockBasicFieldsSection.xml 1.2 KB

1234567891011121314151617181920212223
  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="CmsNewBlockBlockBasicFieldsSection">
  11. <element name="title" type="input" selector="input[name=title]"/>
  12. <element name="identifier" type="input" selector="input[name=identifier]"/>
  13. <element name="content_textarea" type="input" selector="#cms_block_form_content"/>
  14. </section>
  15. <section name="BlockNewPageBasicFieldsSection">
  16. <element name="isActive" type="button" selector="//input[@name='is_active' and @value='{{var1}}']" parameterized="true"/>
  17. <element name="blockTitle" type="input" selector="input[name=title]"/>
  18. <element name="identifier" type="input" selector="input[name=identifier]"/>
  19. <element name="storeView" type="multiselect" selector="select[name=store_id]"/>
  20. <element name="duplicatedIdentifier" type="input" selector="//input[contains(@data-value,'{{var1}}')]" parameterized="true"/>
  21. </section>
  22. </sections>