add new chars limit for post
This commit is contained in:
parent
5f5203a211
commit
2089a0064f
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
export const FF_MAX_CHARS_DEFAULT = 2000;
|
||||
export const FF_MAX_CHARS_IN_COMMENT = 2000;
|
||||
export const FF_MAX_CHARS_IN_DESCRIPTION = 5000;
|
||||
export const FF_MAX_CHARS_IN_POST = 10000;
|
||||
|
|
Loading…
Reference in a new issue