mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-07 13:25:50 +02:00
Fixed misleading 'Show sensitive data' configuration option wording [#1818]
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
* Fixed JS bug is using empty Grav URI param key
|
||||
* Fixed bug in toggleable field being disabled with empty value (`''` `0`, `false`, `[]`...)
|
||||
* Fixed `admin_route()` twig function to work properly with Grav 1.7.0-rc.4, which fixes `Route` base
|
||||
* Fixed misleading 'Show sensitive data' configuration option wording [#1818](https://github.com/getgrav/grav-plugin-admin/issues/1818)
|
||||
|
||||
# v1.10.0-rc.3
|
||||
## 01/02/2020
|
||||
|
||||
@@ -830,8 +830,6 @@ PLUGIN_ADMIN:
|
||||
CONTENT_LANGUAGE_FALLBACK: "Fallback Languages"
|
||||
CONTENT_LANGUAGE_FALLBACK_HELP: "Please enter a list of language codes. Note that if you omit default language code, it will not be used."
|
||||
CONTENT_FALLBACK_LANGUAGE_HELP: "Specify language code which you want to customize."
|
||||
SHOW_SENSITIVE: "Show Sensitive Data"
|
||||
SHOW_SENSITIVE_HELP: "Clockwork Provider ONLY: Censor potentially sensitive information (POST parameters, cookies, files, configuration and most array/object data in log messages)"
|
||||
EXPERIMENTAL: "Experimental"
|
||||
PAGES_TYPE: "Frontend Page Type"
|
||||
PAGES_TYPE_HELP: "This option enables Flex Object pages on the front-end. Admin Flex Pages requires Flex Objects plugin"
|
||||
@@ -905,3 +903,5 @@ PLUGIN_ADMIN:
|
||||
FLEX_OBJECT_CACHE_LIFETIME: "Object Cache Lifetime (seconds)"
|
||||
FLEX_RENDER_CACHE_ENABLED: "Enable Render Caching"
|
||||
FLEX_RENDER_CACHE_LIFETIME: "Render Cache Lifetime (seconds)"
|
||||
DEBUGGER_CENSORED: "Censor Sensitive Data"
|
||||
DEBUGGER_CENSORED_HELP: "Clockwork Provider ONLY: If Yes, censor potentially sensitive information (POST parameters, cookies, files, configuration and most array/object data in log messages)"
|
||||
|
||||
Reference in New Issue
Block a user