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 1526524 commit 2f7b8e8Copy full SHA for 2f7b8e8
app/code/Magento/Backend/etc/config.xml
@@ -7,6 +7,11 @@
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>0</enable_charts>
13
+ </dashboard>
14
+ </admin>
15
<dev>
16
<template>
17
<minify_html>0</minify_html>
@@ -22,9 +27,6 @@
22
27
<forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
23
28
<forgot_email_identity>general</forgot_email_identity>
24
29
</emails>
25
- <dashboard>
26
- <enable_charts>0</enable_charts>
- </dashboard>
30
<upload_configuration>
31
<enable_resize>1</enable_resize>
32
<max_width>1920</max_width>
0 commit comments