Enable admin cache by default

This commit is contained in:
Matias Griese
2020-02-19 11:42:33 +02:00
parent d1de2cecf5
commit a4f112bcab
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.0-rc.7
## mm/dd/2020
1. [](#new)
* Enable admin cache by default (for existing sites, check `Plugins > Admin Panel > Enable Admin Caching`)
# v1.10.0-rc.6
## 02/11/2020

View File

@@ -1,6 +1,6 @@
enabled: true
route: '/admin'
cache_enabled: false
cache_enabled: true
theme: grav
logo_text: ''
body_classes: ''

View File

@@ -43,7 +43,7 @@ form:
type: toggle
label: PLUGIN_ADMIN.ADMIN_CACHING
help: PLUGIN_ADMIN.ADMIN_CACHING_HELP
highlight: 0
highlight: 1
options:
1: PLUGIN_ADMIN.YES
0: PLUGIN_ADMIN.NO