YetiForceCompany/YetiForceCRM

View on GitHub
modules/Documents/ConfigTemplate.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?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'
    ],
];