Skip to content

Commit a7a1099

Browse files
garymarkfullerlinawolfsarahmccarthy123
authored
Update Index.rst to include mention of development contexts (#5931)
* Update Index.rst to include mention of development contexts Suggested changes to detail potential ways to use backend debug mode in development contexts. * Update Documentation/ApiOverview/Debugging/Index.rst Co-authored-by: Sarah McCarthy <[email protected]> --------- Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Sarah McCarthy <[email protected]>
1 parent fc9b2e1 commit a7a1099

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/ApiOverview/Debugging/Index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ To display additional debug information in the backend, set
3333
in :file:`config/system/settings.php` and log in with an administrator
3434
account.
3535

36+
In a development context you may want to set debug mode to true for extended periods. This can be achieved by altering the setting in :file:`config/system/additional.php`. To prevent deploying to production, you can use an environment variable or check the environment context before overriding the setting in :file:`config/system/settings.php`.
37+
3638
It shows for example the names of fields and in case of select, radio and
3739
checkbox fields the values in addition, which are generated by the
3840
:ref:`FormEngine <FormEngine>`. These can be used to set access permissions or

0 commit comments

Comments
 (0)