mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Option to show/hide sensitive data
This commit is contained in:
parent
1485c23aba
commit
e8b24479b9
|
|
@ -1037,6 +1037,17 @@ form:
|
|||
debugbar: PLUGIN_ADMIN.DEBUGGER_DEBUGBAR
|
||||
clockwork: PLUGIN_ADMIN.DEBUGGER_CLOCKWORK
|
||||
|
||||
debugger.censored:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.SHOW_SENSITIVE
|
||||
help: PLUGIN_ADMIN.SHOW_SENSITIVE_HELP
|
||||
highlight: 0
|
||||
options:
|
||||
1: PLUGIN_ADMIN.YES
|
||||
0: PLUGIN_ADMIN.NO
|
||||
validate:
|
||||
type: bool
|
||||
|
||||
debugger.shutdown.close_connection:
|
||||
type: toggle
|
||||
label: PLUGIN_ADMIN.SHUTDOWN_CLOSE_CONNECTION
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user