* adjust the todo days in feature.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$config->todo->create->requiredFields = 'name';
|
||||
$config->todo->edit->requiredFields = 'name';
|
||||
$config->todo->dates->end = 3;
|
||||
$config->todo->dates->end = 15;
|
||||
$config->todo->times->begin = 9;
|
||||
$config->todo->times->end = 22;
|
||||
$config->todo->times->delta = 15;
|
||||
|
||||
Reference in New Issue
Block a user