mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:06:40 +02:00
fix: update minimum title length default to zero to allow title-less topics via composer
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"resizeImageQuality": 80,
|
"resizeImageQuality": 80,
|
||||||
"convertPastedImageTo": "image/jpeg",
|
"convertPastedImageTo": "image/jpeg",
|
||||||
"topicThumbSize": 512,
|
"topicThumbSize": 512,
|
||||||
"minimumTitleLength": 3,
|
"minimumTitleLength": 0,
|
||||||
"maximumTitleLength": 255,
|
"maximumTitleLength": 255,
|
||||||
"minimumUsernameLength": 2,
|
"minimumUsernameLength": 2,
|
||||||
"maximumUsernameLength": 16,
|
"maximumUsernameLength": 16,
|
||||||
|
|||||||
Reference in New Issue
Block a user