CmsNewPagePageContentSection.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  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="CmsNewPagePageContentSection">
  11. <element name="header" type="button" selector="div[data-index=content]"/>
  12. <element name="contentHeading" type="input" selector="input[name=content_heading]"/>
  13. <element name="content" type="input" selector="#cms_page_form_content"/>
  14. </section>
  15. <section name="CmsWYSIWYGSection">
  16. <element name="CheckIfTabExpand" type="button" selector="//div[@data-state-collapsible='closed']//span[text()='Content']"/>
  17. <element name="ShowHideBtn" type="button" selector="#togglecms_page_form_content"/>
  18. <element name="InsertWidgetBtn" type="button" selector=".action-add-widget"/>
  19. <element name="InsertVariableBtn" type="button" selector=".scalable.add-variable.plugin"/>
  20. <element name="InsertImageBtn" type="button" selector=".scalable.action-add-image.plugin"/>
  21. <element name="imageSource" type="text" selector="//img[contains(@src,'{{var1}}')]" parameterized="true"/>
  22. <element name="ImageAlt" type="text" selector="//img[contains(@alt,'{{var1}}')]" parameterized="true"/>
  23. </section>
  24. <section name="CmsDesignSection">
  25. <element name="DesignTab" type="button" selector="//strong[@class='admin__collapsible-title']//span[text()='Design']"/>
  26. <element name="LayoutDropdown" type="select" selector="select[name='page_layout']"/>
  27. </section>
  28. </sections>