Skip to content

Commit f379878

Browse files
committed
allow more special chars in titles
1 parent 86c2ba1 commit f379878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"properties": {
99
"title": {
1010
"type": "string",
11-
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$"
11+
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$"
1212
},
1313
"description": {
1414
"type": "string"
@@ -39,7 +39,7 @@
3939
},
4040
"title": {
4141
"type": "string",
42-
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?]*$",
42+
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<\\?&:]*$",
4343
"minLength": 3
4444
},
4545
"caption": {
@@ -72,7 +72,7 @@
7272
},
7373
"title": {
7474
"type": "string",
75-
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<]*$",
75+
"pattern": "^[ a-zA-Z0-9\\-+()\/,.<&:]*$",
7676
"minLength": 3
7777
},
7878
"description": {

0 commit comments

Comments
 (0)