GeneralSection.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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="ContentManagementSection">
  11. <element name="WYSIWYGOptions" type="button" selector="#cms_wysiwyg-head"/>
  12. <element name="CheckIfTabExpand" type="button" selector="#cms_wysiwyg-head:not(.open)"/>
  13. <element name="EnableSystemValue" type="button" selector="#cms_wysiwyg_enabled_inherit"/>
  14. <element name="EnableWYSIWYG" type="button" selector="#cms_wysiwyg_enabled"/>
  15. <element name="SwitcherSystemValue" type="button" selector="#cms_wysiwyg_editor_inherit"/>
  16. <element name="Switcher" type="button" selector="#cms_wysiwyg_editor" />
  17. <element name="StaticURL" type="button" selector="#cms_wysiwyg_use_static_urls_in_catalog" />
  18. <element name="Save" type="button" selector="#save" timeout="30"/>
  19. <element name="StoreConfigurationPageSuccessMessage" type="text" selector="#messages [data-ui-id='messages-message-success']"/>
  20. </section>
  21. <section name="WebSection">
  22. <element name="DefaultLayoutsTab" type="button" selector="#web_default_layouts-head"/>
  23. <element name="CheckIfTabExpand" type="button" selector="#web_default_layouts-head:not(.open)"/>
  24. <element name="UrlOptionsTab" type="button" selector="#web_url-head"/>
  25. <element name="CheckIfUrlOptionsTabExpand" type="button" selector="#web_url-head:not(.open)"/>
  26. </section>
  27. <section name="DefaultLayoutsSection">
  28. <element name="productLayout" type="select" selector="#web_default_layouts_default_product_layout"/>
  29. <element name="categoryLayout" type="select" selector="#web_default_layouts_default_category_layout"/>
  30. <element name="pageLayout" type="select" selector="#web_default_layouts_default_cms_layout"/>
  31. </section>
  32. <section name="UrlOptionsSection">
  33. <element name="addStoreCodeToUrl" type="select" selector="#web_url_use_store"/>
  34. <element name="systemValueForStoreCode" type="checkbox" selector="#web_url_use_store_inherit"/>
  35. </section>
  36. <section name="CountryOptionsSection">
  37. <element name="countryOptions" type="button" selector="#general_country-head"/>
  38. <element name="countryOptionsOpen" type="button" selector="#general_country-head.open"/>
  39. <element name="topDestinations" type="select" selector="#general_country_destinations"/>
  40. </section>
  41. <section name="StateOptionsSection">
  42. <element name="stateOptions" type="button" selector="#general_region-head"/>
  43. <element name="countriesWithRequiredRegions" type="select" selector="#general_region_state_required"/>
  44. <element name="allowToChooseState" type="select" selector="general_region_display_all"/>
  45. </section>
  46. </sections>