Skip to content

Commit ebf236a

Browse files
authored
Add Preferred languages to Application Registration Configuration (#1949)
1 parent dc59887 commit ebf236a

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
Loading
Loading

site/docs/v1/tech/apis/_application-request-body.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,12 @@ Determines if the `mobilePhone` field will be included on the registration form.
361361
[field]#application.registrationConfiguration.mobilePhone.required# [type]#[Boolean]# [optional]#Optional# [default]#Defaults to `false`# [since]#Available since 1.4.0#::
362362
Determines if the `mobilePhone` field is required when displayed on the registration form.
363363

364+
[field]#application.registrationConfiguration.preferredLanguages.enabled# [type]#[Boolean]# [optional]#Optional# [default]#Defaults to `false`# [since]#Available since 1.47.0#::
365+
Determines if the `preferredLanguages` field will be included on the registration form. The default form control will display all available link:/docs/v1/tech/reference/data-types#locales[locales].
366+
367+
[field]#application.registrationConfiguration.preferredLanguages.required# [type]#[Boolean]# [optional]#Optional# [default]#Defaults to `false`# [since]#Available since 1.47.0#::
368+
Determines if the `preferredLanguages` field is required when displayed on the registration form.
369+
364370
[field]#application.registrationConfiguration.type# [type]#[String]# [optional]#Optional# [default]#Defaults to `basic`# [since]#Available since 1.18.0#::
365371
The type of registration flow.
366372
+

site/docs/v1/tech/apis/_application-response-body-base.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ Determines if the `mobilePhone` field will be included on the registration form.
270270
[field]#{base_field_name}.registrationConfiguration.mobilePhone.required# [type]#[Boolean]# [since]#Available since 1.4.0#::
271271
Determines if the `mobilePhone` field is required when displayed on the registration form.
272272

273+
[field]#{base_field_name}.registrationConfiguration.preferredLanguages.enabled# [type]#[Boolean]# [since]#Available since 1.47.0#::
274+
Determines if the `preferredLanguages` field will be included on the registration form.
275+
276+
[field]#{base_field_name}.registrationConfiguration.preferredLanguages.required# [type]#[Boolean]# [since]#Available since 1.47.0#::
277+
Determines if the `preferredLanguages` field is required when displayed on the registration form.
278+
273279
[field]#{base_field_name}.registrationConfiguration.type# [type]#[String]# [since]#Available since 1.18.0#::
274280
The type of registration flow.
275281
+

site/docs/v1/tech/guides/advanced-registration-forms.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Basic registration is limited to a single step and offers minimal configuration.
6161
* Last name
6262
* Middle name
6363
* Mobile phone
64+
* Preferred languages
6465

6566
Any displayed fields can be required for successful registration. You can choose to use a username or an email for your login identifier. A password field is displayed and required.
6667

0 commit comments

Comments
 (0)