mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
Prepare for moving into monorepo
This commit is contained in:
7
src/Bundle/ChillCustomFields/config/validation.yaml
Normal file
7
src/Bundle/ChillCustomFields/config/validation.yaml
Normal 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.
|
||||
|
Reference in New Issue
Block a user