6 lines
290 B
JavaScript
6 lines
290 B
JavaScript
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
|
|
export const NAME_LENGTH_MIN = 3
|
|
export const NAME_LENGTH_MAX = 50
|
|
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 10 // with removed HTML tags
|
|
export const SHOW_GROUP_BUTTON_IN_HEADER = true
|