mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-15 02:58:03 +01:00
Enable admin cache by default
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
enabled: true
|
||||
route: '/admin'
|
||||
cache_enabled: false
|
||||
cache_enabled: true
|
||||
theme: grav
|
||||
logo_text: ''
|
||||
body_classes: ''
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user