mirror of
https://github.com/discourse/discourse.git
synced 2025-06-13 13:50:00 +08:00
FIX: excerpts larger than 999 are not supported
underlying column can only fit 1000 chars.
This commit is contained in:
@ -819,6 +819,7 @@ posting:
|
|||||||
zh_TW: 120
|
zh_TW: 120
|
||||||
topic_excerpt_maxlength:
|
topic_excerpt_maxlength:
|
||||||
default: 220
|
default: 220
|
||||||
|
max: 999
|
||||||
locale_default:
|
locale_default:
|
||||||
ja: 120
|
ja: 120
|
||||||
zh_CN: 120
|
zh_CN: 120
|
||||||
|
Reference in New Issue
Block a user