Fix list guide lines

This commit is contained in:
Jim LAURIE 2020-06-05 13:57:09 +02:00 committed by GitHub
parent 53822482a7
commit ede5a72e71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,10 @@ To improve the Developer Experience when developing or using the administration
### Exceptions
- `uid` — This field type allows a `targetField` key. The value is the name of an attribute that has `string` of `text` type. This field also allows an `options` field. The value is a set of options passed to [the underlying `uid` generator](https://github.com/sindresorhus/slugify). A caveat is that the resulting `uid` must abide to the following RegEx `/^[A-Za-z0-9-_.~]*$`.
**uid**
- `targetField`(string) — The value is the name of an attribute thas has `string` of `text` type.
- `options` (string) — The value is a set of options passed to [the underlying `uid` generator](https://github.com/sindresorhus/slugify). A caveat is that the resulting `uid` must abide to the following RegEx `/^[A-Za-z0-9-_.~]*$`.
### Example