generate documentation from config.sample.php

This commit is contained in:
Nextcloud bot
2023-10-05 03:10:31 +00:00
parent f58940f8fe
commit 2e6291c0d9

View File

@@ -2797,6 +2797,22 @@ WARNING: USE THIS ONLY IF YOU KNOW WHAT YOU ARE DOING.
Defaults to ``array('.htaccess')``
forbidden_chars
^^^^^^^^^^^^^^^
::
'forbidden_chars' => [],
Blacklist characters from being used in filenames. This is useful if you
have a filesystem or OS which does not support certain characters like windows.
Example for windows systems: ``array('?', '<', '>', ':', '*', '|', '"', chr(0), "\n", "\r")``
see https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits
Defaults to ``array()``
theme
^^^^^