mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
937c6269a1
@ -8,3 +8,19 @@ Chill\EventBundle\Entity\Participation:
|
|||||||
- NotNull: ~
|
- NotNull: ~
|
||||||
constraints:
|
constraints:
|
||||||
- Callback: [isConsistent]
|
- Callback: [isConsistent]
|
||||||
|
|
||||||
|
|
||||||
|
Chill\EventBundle\Entity\Event:
|
||||||
|
properties:
|
||||||
|
label:
|
||||||
|
- Length:
|
||||||
|
min: 3
|
||||||
|
max: 75
|
||||||
|
minMessage: The event name must have at least {{ limit }} characters.
|
||||||
|
maxMessage: The event name must have maximum {{ limit }} characters.
|
||||||
|
type:
|
||||||
|
- NotNull: ~
|
||||||
|
circle:
|
||||||
|
- NotNull: ~
|
||||||
|
center:
|
||||||
|
- NotNull: ~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user