Prepare for moving into monorepo

This commit is contained in:
2021-03-18 12:46:40 +01:00
parent ac73400a2d
commit 1c89cc9568
119 changed files with 0 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
Chill\CustomFieldsBundle\Entity\CustomField:
properties:
slug:
- Regex:
pattern: '/^[0-9a-z\-]{1,}$/'
message: Characters not allowed. Only lowercase letters, numbers and "-" are allowed.