mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
487 B
JavaScript
9 lines
487 B
JavaScript
// this file is duplicated in 'backend/src/constants/groupsDefault' and 'webapp/constants/groupsDefault'
|
|
// configurable values see: 'backend/src/constants/groupsDefault', 'webapp/constants/groupsDefault'
|
|
// configurable values see: 'backend/src/constants/groups', 'webapp/constants/groups'
|
|
|
|
export const NAME_LENGTH_MIN = 3
|
|
export const NAME_LENGTH_MAX = 50
|
|
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 50 // with removed HTML tags
|
|
export const SHOW_GROUP_BUTTON_IN_HEADER = true
|