From 72f805b1bb7eb091b1676c0e374d7cff1c7b55c0 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Fri, 31 Jan 2025 08:14:19 +0100 Subject: [PATCH] Update docs/source/endpoints/userschema.md Co-authored-by: Steve Piercy --- docs/source/endpoints/userschema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/endpoints/userschema.md b/docs/source/endpoints/userschema.md index 4bca41bac..8a4545c53 100644 --- a/docs/source/endpoints/userschema.md +++ b/docs/source/endpoints/userschema.md @@ -40,7 +40,7 @@ See {ref}`types-schema` for detailed documentation about the available field typ ## Get the registration form -In Plone we can configure each of the fields of the user schema to be available only in the user edit form, in the registration form or in both of them. +In Plone you can configure each of the fields of the user schema to be available in only one of either the user edit form or registration form, or in both of them. To get the user schema available for the user registration form, make a request to the `/@registration-userschema` endpoint.