Skip to content

Commit dbb9dd7

Browse files
Reverting 35260
1 parent 7299b6f commit dbb9dd7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

app/code/Magento/Backend/etc/config.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
99
<default>
10-
<admin>
11-
<dashboard>
12-
<enable_charts>1</enable_charts>
13-
</dashboard>
14-
</admin>
1510
<dev>
1611
<template>
1712
<minify_html>0</minify_html>
@@ -27,6 +22,9 @@
2722
<forgot_email_template>system_emails_forgot_email_template</forgot_email_template>
2823
<forgot_email_identity>general</forgot_email_identity>
2924
</emails>
25+
<dashboard>
26+
<enable_charts>1</enable_charts>
27+
</dashboard>
3028
<upload_configuration>
3129
<enable_resize>1</enable_resize>
3230
<max_width>1920</max_width>

0 commit comments

Comments
 (0)