We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7299b6f commit dbb9dd7Copy full SHA for dbb9dd7
app/code/Magento/Backend/etc/config.xml
@@ -7,11 +7,6 @@
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
9
<default>
10
- <admin>
11
- <dashboard>
12
- <enable_charts>1</enable_charts>
13
- </dashboard>
14
- </admin>
15
<dev>
16
<template>
17
<minify_html>0</minify_html>
@@ -27,6 +22,9 @@
27
22
<forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
28
23
<forgot_email_identity>general</forgot_email_identity>
29
24
</emails>
25
+ <dashboard>
26
+ <enable_charts>1</enable_charts>
+ </dashboard>
30
<upload_configuration>
31
<enable_resize>1</enable_resize>
32
<max_width>1920</max_width>
0 commit comments