resolve review from wolle

This commit is contained in:
ogerly 2022-09-30 11:24:18 +02:00
parent 8ecd6bb0e7
commit b1e0f9655e

View File

@ -1,6 +1,5 @@
// 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 GOAL_LENGTH_MIN = 3
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
export const SHOW_GROUP_BUTTON_IN_HEADER = true