fix(netlify-cms-core): validate nested fields (#1873)

This commit is contained in:
Bartholomew
2019-02-05 23:27:34 +01:00
committed by Shawn Erquhart
parent ade5809dff
commit 627e600d29
10 changed files with 183 additions and 22 deletions

View File

@ -25,6 +25,5 @@ The following options are available on all fields:
widget: "string"
pattern: [".{12,}", "Must have at least 12 characters"]
```
- **Note:** Currently validation doesn't work on nested fields
## Default widgets