system.xml 1.5 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="system">
  11. <group id="adminnotification" translate="label" type="text" sortOrder="250" showInDefault="1" showInWebsite="0" showInStore="0">
  12. <label>Notifications</label>
  13. <field id="use_https" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
  14. <label>Use HTTPS to Get Feed</label>
  15. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  16. </field>
  17. <field id="frequency" translate="label" type="select" sortOrder="2" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
  18. <label>Update Frequency</label>
  19. <source_model>Magento\AdminNotification\Model\Config\Source\Frequency</source_model>
  20. </field>
  21. <field id="last_update" translate="label" type="label" sortOrder="3" showInDefault="1" showInWebsite="0" showInStore="0">
  22. <label>Last Update</label>
  23. <frontend_model>Magento\Config\Block\System\Config\Form\Field\Notification</frontend_model>
  24. </field>
  25. </group>
  26. </section>
  27. </system>
  28. </config>