mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 08:24:48 +00:00
6 lines
307 B
JavaScript
6 lines
307 B
JavaScript
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
|
|
export const GROUPNAME_MIN_LENGTH = 3
|
|
export const GROUPNAME_MAX_LENGTH = 50
|
|
export const GROUPDESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
|
|
export const SHOW_GROUP_BUTTON_IN_HEADER = false
|