correct example regex (#1170)

This commit is contained in:
Antonio Argote 2018-03-14 08:50:45 +08:00 committed by Jessica Parsons
parent 1808809a01
commit 12b2c1cf40

View File

@ -24,7 +24,7 @@ The following options are available on all fields:
- label: "Title" - label: "Title"
name: "title" name: "title"
widget: "string" widget: "string"
pattern: ['.{10,}', "Must have at least 20 characters"] pattern: ['.{12,}', "Must have at least 12 characters"]
``` ```
## Default widgets ## Default widgets