Skip to content

Commit 526fd4a

Browse files
committed
generate documentation from config.sample.php
1 parent bb52ef6 commit 526fd4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,9 @@ skeletondirectory
609609
'skeletondirectory' => '/path/to/nextcloud/core/skeleton',
610610

611611
The directory where the skeleton files are located. These files will be
612-
copied to the data directory of new users. Leave empty to not copy any
613-
skeleton files.
612+
copied to the data directory of new users. Set empty string to not copy any
613+
skeleton files. If unset and templatedirectory is empty string, shipped
614+
templates will be used to create a template directory for the user.
614615

615616
``{lang}`` can be used as a placeholder for the language of the user.
616617
If the directory does not exist, it falls back to non dialect (from ``de_DE``
@@ -627,16 +628,15 @@ templatedirectory
627628
'templatedirectory' => '/path/to/nextcloud/templates',
628629

629630
The directory where the template files are located. These files will be
630-
copied to the template directory of new users. Leave empty to not copy any
631+
copied to the template directory of new users. Set empty string to not copy any
631632
template files.
632633

633634
``{lang}`` can be used as a placeholder for the language of the user.
634635
If the directory does not exist, it falls back to non dialect (from ``de_DE``
635636
to ``de``). If that does not exist either, it falls back to ``default``
636637

637-
If this is not set creating a template directory will only happen if no custom
638-
``skeletondirectory`` is defined, otherwise the shipped templates will be used
639-
to create a template directory for the user.
638+
To disable creating a template directory, set both skeletondirectory and
639+
templatedirectory to empty strings.
640640

641641
User session
642642
------------

0 commit comments

Comments
 (0)