Move MAX_GRAPHEME_LENGTH to constants.ts (#735)
This commit is contained in:
parent
0239225796
commit
7458b6f600
3 changed files with 14 additions and 8 deletions
|
@ -4,6 +4,8 @@ export const FEEDBACK_FORM_URL =
|
|||
export const MAX_DISPLAY_NAME = 64
|
||||
export const MAX_DESCRIPTION = 256
|
||||
|
||||
export const MAX_GRAPHEME_LENGTH = 300
|
||||
|
||||
// Recommended is 100 per: https://www.w3.org/WAI/GL/WCAG20/tests/test3.html
|
||||
// but increasing limit per user feedback
|
||||
export const MAX_ALT_TEXT = 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue