[#190] Remove the default value for the maximum number of gantt items
This commit is contained in:
parent
f4f00e30fd
commit
c1cced5139
|
@ -68,7 +68,7 @@ feeds_limit:
|
|||
default: 15
|
||||
gantt_items_limit:
|
||||
format: int
|
||||
default: 500
|
||||
default: ''
|
||||
# Maximum size of files that can be displayed
|
||||
# inline through the file viewer (in KB)
|
||||
file_max_size_displayed:
|
||||
|
|
Loading…
Reference in New Issue