mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
5 lines
243 B
JavaScript
5 lines
243 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 = 100 // with removed HTML tags
|