Use double quotes consistently
This commit is contained in:
parent
df2d5c2432
commit
2033d535d1
@ -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: ['.{12,}', "Must have at least 12 characters"]
|
pattern: [".{12,}", "Must have at least 12 characters"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Default widgets
|
## Default widgets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user