From ede5a72e719992bdd0f981d648d9cbbb1332bef8 Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Fri, 5 Jun 2020 13:57:09 +0200 Subject: [PATCH] Fix list guide lines --- docs/v3.x/concepts/models.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/v3.x/concepts/models.md b/docs/v3.x/concepts/models.md index 0f16e7651a..40e03f7c82 100644 --- a/docs/v3.x/concepts/models.md +++ b/docs/v3.x/concepts/models.md @@ -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