system.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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_Core
  19. * @copyright Copyright (c) 2016-2018 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. <tab id="mageplaza" translate="label" sortOrder="401">
  26. <label>Mageplaza Extensions</label>
  27. </tab>
  28. <section id="mageplaza" translate="label" type="text" sortOrder="8888" showInDefault="1" showInWebsite="0" showInStore="0">
  29. <label>Information</label>
  30. <tab>mageplaza</tab>
  31. <resource>Mageplaza_Core::configuration</resource>
  32. <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  33. <label>General Configuration</label>
  34. <field id="notice_enable" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  35. <label>Enable Notifications</label>
  36. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  37. <comment>Select Yes to get latest updates from Mageplaza.</comment>
  38. </field>
  39. <field id="notice_type" translate="label comment" type="multiselect" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  40. <label>Category</label>
  41. <source_model>Mageplaza\Core\Model\Config\Source\NoticeType</source_model>
  42. <comment>Select categories that you want to receive notifications</comment>
  43. <depends>
  44. <field id="notice_enable">1</field>
  45. </depends>
  46. </field>
  47. </group>
  48. </section>
  49. <section id="mpmarketplace" translate="label" type="text" sortOrder="9999" showInDefault="1" showInWebsite="0" showInStore="0">
  50. <label>Marketplace</label>
  51. <tab>mageplaza</tab>
  52. <resource>Mageplaza_Core::marketplace</resource>
  53. <group id="general" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  54. <label>Mageplaza Marketplace</label>
  55. <frontend_model>Mageplaza\Core\Block\Adminhtml\System\Config\Partners</frontend_model>
  56. <comment><![CDATA[
  57. <iframe id="mp-core-partners" src="https://www.mageplaza.com/core/partners.html" frameborder="0" scrolling="no" width="100%" height="1700px" style="min-height: 800px;"></iframe>
  58. ]]></comment>
  59. </group>
  60. </section>
  61. </system>
  62. </config>