mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +00:00
Fix list guide lines
This commit is contained in:
parent
53822482a7
commit
ede5a72e71
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user