From aecce35583cdcc66cfe81eeacca48c782d2a8fe5 Mon Sep 17 00:00:00 2001 From: Shaun Brown Date: Wed, 26 Oct 2022 14:58:19 +0200 Subject: [PATCH 1/2] add slug tip callout --- .../content-types-builder/configuring-fields-content-type.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md b/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md index ff327ec9c6..1bece293f8 100644 --- a/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md +++ b/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md @@ -395,6 +395,10 @@ The UID field displays a field that sets a unique identifier, optionally based o :::: +::: tip +The UID field can be used to create a slug based on the _Attached field_. +::: + ## Custom fields From 602a7fea73bdd38ea358a6a4bde38fff3c2d78b5 Mon Sep 17 00:00:00 2001 From: Shaun Brown Date: Wed, 26 Oct 2022 15:15:28 +0200 Subject: [PATCH 2/2] fix formatting --- .../content-types-builder/configuring-fields-content-type.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md b/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md index 1bece293f8..3878f22bf4 100644 --- a/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md +++ b/docs/user-docs/latest/content-types-builder/configuring-fields-content-type.md @@ -396,7 +396,7 @@ The UID field displays a field that sets a unique identifier, optionally based o :::: ::: tip -The UID field can be used to create a slug based on the _Attached field_. +The UID field can be used to create a slug based on the Attached field. :::