5d40a4c9f6
## Issue Closes 5687: Ensure post mode has no text limit ## Changes - `type="markdown"` can now have unlimited length if clients don't define `textAreaMaxWidth`. - The internal default limit of 2000 is narrowed down to `type=textarea`.
3 lines
136 B
JavaScript
3 lines
136 B
JavaScript
export const FF_MAX_CHARS_DEFAULT = 2000;
|
|
export const FF_MAX_CHARS_IN_COMMENT = 2000;
|
|
export const FF_MAX_CHARS_IN_DESCRIPTION = 5000;
|