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

4 lines
136 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;