system.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_AjaxLayer
  19. * @copyright Copyright (c) Mageplaza (http://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" translate="label" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
  26. <class>separator-top</class>
  27. <label>Ajax Layered Navigation</label>
  28. <tab>mageplaza</tab>
  29. <resource>Mageplaza_LayeredNavigation::configuration</resource>
  30. <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
  31. <label>General Configuration</label>
  32. <field id="head" translate="label" type="button" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
  33. <frontend_model>Mageplaza\Core\Block\Adminhtml\System\Config\Head</frontend_model>
  34. <comment><![CDATA[
  35. <ul class="mageplaza-head">
  36. <li><a href="https://docs.mageplaza.com/layered-navigation-m2/" target="_blank">User Guide</a> </li>
  37. <li><a href="https://mageplaza.freshdesk.com/support/discussions/forums/6000241382" target="_blank">Ask Community</a> </li>
  38. <li><a href="https://mageplaza.freshdesk.com/" target="_blank">Ask Mageplaza</a> </li>
  39. <li><strong><a href="https://www.mageplaza.com/?utm_source=magento2&utm_medium=documents&utm_campaign=layered-navigation" target="_blank">Find more extensions</a></strong> </li>
  40. </ul>
  41. ]]></comment>
  42. </field>
  43. <field id="ajax_enable" translate="label" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
  44. <label>Enable</label>
  45. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  46. </field>
  47. </group>
  48. </section>
  49. </system>
  50. </config>