CatalogSearchAdminConfigSection.xml 782 B

123456789101112131415
  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="AdminCatalogSearchConfigurationSection">
  10. <element name="catalogSearchTab" type="button" selector="#catalog_search-head"/>
  11. <element name="checkIfCatalogSearchTabExpand" type="button" selector="#catalog_search-head:not(.open)"/>
  12. <element name="searchEngineDefaultSystemValue" type="checkbox" selector="#catalog_search_engine_inherit"/>
  13. <element name="searchEngine" type="select" selector="#catalog_search_engine"/>
  14. </section>
  15. </sections>