fixed regex pattern
This commit is contained in:
parent
995b17ba45
commit
c288426657
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
{
|
||||
"name" : "title",
|
||||
"type" : "string",
|
||||
"pattern" : "\/^[a-z0-9_\/- ]*$\/i",
|
||||
"pattern" : "\/^[a-z0-9_ -]*$\/i",
|
||||
"max" : 255,
|
||||
"translation" : {
|
||||
"de" : "Titel",
|
||||
|
|
Loading…
Add table
Reference in a new issue