lbry-desktop/ui/constants/form-field.js

5 lines
179 B
JavaScript
Raw Normal View History

export const FF_MAX_CHARS_DEFAULT = 2000;
export const FF_MAX_CHARS_IN_COMMENT = 2000;
export const FF_MAX_CHARS_IN_DESCRIPTION = 5000;
2020-08-06 02:25:22 +02:00
export const FF_MAX_CHARS_IN_POST = 10000;