Skip to content

Commit 3cfc111

Browse files
committed
Updates config options description
1 parent c1c5b03 commit 3cfc111

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

guide/index.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,9 @@ options
621621

622622
Sets an array of options for the Debugger. The default is to set nothing.
623623

624+
You can find more details about the options
625+
`here <https://docs.aplus-framework.com/guides/libraries/debug/index.html#options>`_.
626+
624627
Exception Handler Service
625628
^^^^^^^^^^^^^^^^^^^^^^^^^
626629

@@ -648,6 +651,8 @@ Exception Handler Config Options
648651
'handle_errors' => true,
649652
'search_engine' => 'google',
650653
'show_log_id' => true,
654+
'json_flags' => null,
655+
'hidden_inputs' => [],
651656
],
652657
],
653658
]
@@ -704,6 +709,22 @@ show_log_id
704709
Allow to show or hide the log id in the production view. The default is ``true``,
705710
to show.
706711

712+
json_flags
713+
""""""""""
714+
715+
Set the flags to encode JSON responses.
716+
717+
The default values are: ``JSON_THROW_ON_ERROR | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE``.
718+
719+
hidden_inputs
720+
"""""""""""""
721+
722+
Set which input variables will not be shown on the exception page in development.
723+
724+
Available values are: ``$_COOKIE``, ``$_ENV``, ``$_FILES``, ``$_GET``, ``$_POST`` and ``$_SERVER``.
725+
726+
By default, no input variables are hidden.
727+
707728
Language Service
708729
^^^^^^^^^^^^^^^^
709730

0 commit comments

Comments
 (0)