YetiForceCompany/YetiForceCRM

View on GitHub
modules/Home/ConfigTemplate.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * Home module config.
 *
 * @copyright YetiForce S.A.
 * @license   YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 */
return [
    'MAX_NUMBER_NOTIFICATIONS' => [
        'default' => 200,
        'description' => 'Max number of notifications to display, 0 - no limits',
        'validation' => '\App\Validator::naturalNumber',
    ]
];