mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-07 04:51:26 +01: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,
|
||||
"convertPastedImageTo": "image/jpeg",
|
||||
"topicThumbSize": 512,
|
||||
"minimumTitleLength": 3,
|
||||
"minimumTitleLength": 0,
|
||||
"maximumTitleLength": 255,
|
||||
"minimumUsernameLength": 2,
|
||||
"maximumUsernameLength": 16,
|
||||
|
||||
Reference in New Issue
Block a user