Add maxLength to 200 for chapeau
This commit is contained in:
@@ -52,7 +52,9 @@
|
||||
"type": "string"
|
||||
},
|
||||
"chapeau": {
|
||||
"type": "text"
|
||||
"type": "text",
|
||||
"maxLength": 200,
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user