mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
6 lines
289 B
JavaScript
6 lines
289 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 = 3 // with removed HTML tags
|
|
export const SHOW_GROUP_BUTTON_IN_HEADER = true
|