1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
- <system>
- <section id="analytics" translate="label" type="text" sortOrder="1150" showInDefault="1" showInWebsite="1" showInStore="0">
- <label>Advanced Reporting</label>
- <tab>general</tab>
- <resource>Magento_Analytics::analytics_settings</resource>
- <group id="general" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
- <label>Advanced Reporting</label>
- <comment><![CDATA[This service provides a dynamic suite of reports with rich insights about your business.
- Your reports can be accessed securely on a personalized dashboard outside of the admin panel by clicking on the
- "Go to Advanced Reporting" link. </br> For more information, see our <a href="https://magento.com/legal/terms/cloud-terms">
- terms and conditions</a>.]]></comment>
- <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
- <label>Advanced Reporting Service</label>
- <source_model>Magento\Config\Model\Config\Source\Enabledisable</source_model>
- <backend_model>Magento\Analytics\Model\Config\Backend\Enabled</backend_model>
- <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\SubscriptionStatusLabel</frontend_model>
- <config_path>analytics/subscription/enabled</config_path>
- </field>
- <field id="collection_time" translate="label" type="time" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
- <label>Time of day to send data</label>
- <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\CollectionTimeLabel</frontend_model>
- <backend_model>Magento\Analytics\Model\Config\Backend\CollectionTime</backend_model>
- </field>
- <field id="vertical" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
- <hint>Industry Data</hint>
- <label>Industry</label>
- <comment>In order to personalize your Advanced Reporting experience, please select your industry.</comment>
- <source_model>Magento\Analytics\Model\Config\Source\Vertical</source_model>
- <backend_model>Magento\Analytics\Model\Config\Backend\Vertical</backend_model>
- <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\Vertical</frontend_model>
- <depends>
- <field id="analytics/general/enabled">1</field>
- </depends>
- </field>
- <field id="additional_comment" translate="label comment" type="label" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
- <label><![CDATA[<strong>Get more insights from Magento Business Intelligence</strong>]]></label>
- <comment><![CDATA[Magento Business Intelligence provides you with a simple and clear path to
- becoming more data driven.</br> Learn more about <a target="_blank"
- href="https://dashboard.rjmetrics.com/v2/magento/signup/">Magento BI Essentials and BI Pro</a> tiers.]]></comment>
- <frontend_model>Magento\Analytics\Block\Adminhtml\System\Config\AdditionalComment</frontend_model>
- </field>
- </group>
- </section>
- </system>
- </config>
|