Use double quotes consistently

This commit is contained in:
Steve Lathrop 2018-04-05 16:18:16 -04:00 committed by Shawn Erquhart
parent df2d5c2432
commit 2033d535d1

View File

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