system.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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="analytics" translate="label" type="text" sortOrder="1150" showInDefault="1" showInWebsite="1" showInStore="0">
  11. <label>Advanced Reporting</label>
  12. <tab>general</tab>
  13. <resource>Magento_Analytics::analytics_settings</resource>
  14. <group id="general" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
  15. <label>Advanced Reporting</label>
  16. <comment><![CDATA[This service provides a dynamic suite of reports with rich insights about your business.
  17. Your reports can be accessed securely on a personalized dashboard outside of the admin panel by clicking on the
  18. "Go to Advanced Reporting" link. </br> For more information, see our <a href="https://magento.com/legal/terms/cloud-terms">
  19. terms and conditions</a>.]]></comment>
  20. <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  21. <label>Advanced Reporting Service</label>
  22. <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
  23. <backend_model>Magento\Analytics\Model\Config\Backend\Enabled</backend_model>
  24. <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\SubscriptionStatusLabel</frontend_model>
  25. <config_path>analytics/subscription/enabled</config_path>
  26. </field>
  27. <field id="collection_time" translate="label" type="time" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
  28. <label>Time of day to send data</label>
  29. <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\CollectionTimeLabel</frontend_model>
  30. <backend_model>Magento\Analytics\Model\Config\Backend\CollectionTime</backend_model>
  31. </field>
  32. <field id="vertical" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
  33. <hint>Industry Data</hint>
  34. <label>Industry</label>
  35. <comment>In order to personalize your Advanced Reporting experience, please select your industry.</comment>
  36. <source_model>Magento\Analytics\Model\Config\Source\Vertical</source_model>
  37. <backend_model>Magento\Analytics\Model\Config\Backend\Vertical</backend_model>
  38. <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\Vertical</frontend_model>
  39. <depends>
  40. <field id="analytics/general/enabled">1</field>
  41. </depends>
  42. </field>
  43. <field id="additional_comment" translate="label comment" type="label" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
  44. <label><![CDATA[<strong>Get more insights from Magento Business Intelligence</strong>]]></label>
  45. <comment><![CDATA[Magento Business Intelligence provides you with a simple and clear path to
  46. becoming more data driven.</br> Learn more about <a target="_blank"
  47. href="https://dashboard.rjmetrics.com/v2/magento/signup/">Magento BI Essentials and BI Pro</a> tiers.]]></comment>
  48. <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\AdditionalComment</frontend_model>
  49. </field>
  50. </group>
  51. </section>
  52. </system>
  53. </config>