modules/Documents/ConfigTemplate.php
<?php
/**
* Documents module config.
*
* @copyright YetiForce S.A.
* @license YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
* @author Adrian Kon <a.kon@yetiforce.com>
*/
return [
'storagePath' => [
'default' => false,
'description' => 'Different than default path for keeping documents. False if stored in default path or address for path in new location'
],
];