mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
update system blueprint to include Redis Database ID (#3209)
This commit is contained in:
parent
aa8778a0fb
commit
3d73e92058
|
|
@ -741,6 +741,16 @@ form:
|
|||
size: small
|
||||
label: PLUGIN_ADMIN.REDIS_PASSWORD
|
||||
|
||||
cache.redis.database:
|
||||
type: text
|
||||
size: medium
|
||||
label: PLUGIN_ADMIN.REDIS_DATABASE
|
||||
help: PLUGIN_ADMIN.REDIS_DATABASE_HELP
|
||||
placeholder: "0"
|
||||
validate:
|
||||
type: number
|
||||
min: 0
|
||||
|
||||
flex_caching:
|
||||
type: section
|
||||
title: PLUGIN_ADMIN.FLEX_CACHING
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user