mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
7 lines
257 B
YAML
7 lines
257 B
YAML
Chill\CustomFieldsBundle\Entity\CustomField:
|
|
properties:
|
|
slug:
|
|
- Regex:
|
|
pattern: '/^[0-9a-z\-]{1,}$/'
|
|
message: Characters not allowed. Only lowercase letters, numbers and "-" are allowed.
|
|
|