system.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Mageplaza
  5. *
  6. * NOTICE OF LICENSE
  7. *
  8. * This source file is subject to the Mageplaza.com license that is
  9. * available through the world-wide-web at this URL:
  10. * https://www.mageplaza.com/LICENSE.txt
  11. *
  12. * DISCLAIMER
  13. *
  14. * Do not edit or add to this file if you wish to upgrade this extension to newer
  15. * version in the future.
  16. *
  17. * @category Mageplaza
  18. * @package Mageplaza_LayeredNavigation
  19. * @copyright Copyright (c) Mageplaza (https://www.mageplaza.com/)
  20. * @license https://www.mageplaza.com/LICENSE.txt
  21. */
  22. -->
  23. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  24. <system>
  25. <section id="layered_navigation">
  26. <label>Layered Navigation</label>
  27. <group id="general">
  28. <field id="enable" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  29. <label>Layered Navigation Enable</label>
  30. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  31. </field>
  32. <field id="ajax_enable">
  33. <label>Enable Ajax</label>
  34. </field>
  35. </group>
  36. </section>
  37. </system>
  38. </config>