mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: set max limit for max_topic_title_length setting
This commit is contained in:
parent
fcca194883
commit
ed331bc222
@ -375,6 +375,7 @@ posting:
|
|||||||
max_topic_title_length:
|
max_topic_title_length:
|
||||||
client: true
|
client: true
|
||||||
default: 255
|
default: 255
|
||||||
|
max: 255
|
||||||
title_min_entropy: 10
|
title_min_entropy: 10
|
||||||
title_prettify: true
|
title_prettify: true
|
||||||
title_fancy_entities: true
|
title_fancy_entities: true
|
||||||
|
Loading…
Reference in New Issue
Block a user