fix: unformatted text in the widgets docs page (#5954)
This commit is contained in:
parent
d188766b49
commit
9c8c14e9ac
@ -19,7 +19,7 @@ The following options are available on all fields:
|
||||
- `pattern`: add field validation by specifying a list with a [regex pattern](https://regexr.com/) and an error message; more extensive validation can be achieved with [custom widgets](../custom-widgets/#advanced-field-validation)
|
||||
- **Example:**
|
||||
```yaml
|
||||
- label: "Title"
|
||||
label: "Title"
|
||||
name: "title"
|
||||
widget: "string"
|
||||
pattern: ['.{12,}', "Must have at least 12 characters"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user