Skip to content

Conditional Fields (stable release) #2554

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docusaurus/docs/cms/features/content-type-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ The Text field displays a textbox that can contain small text. This field can be

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -250,7 +250,7 @@ The Rich Text (Blocks) field displays an editor with live rendering and various

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -291,7 +291,7 @@ The Number field displays a field for any kind of number: integer, decimal and f

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -326,7 +326,7 @@ The Date field can display a date (year, month, day), time (hour, minute, second

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -361,7 +361,7 @@ The Password field displays a password field that is encrypted.

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -397,7 +397,7 @@ The Media field allows to choose one or more media files (e.g. image, video) fro

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -439,7 +439,7 @@ Configuring the basic settings of the Relation field consists in choosing with w

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -473,7 +473,7 @@ The Boolean field displays a toggle button to manage boolean values (e.g. Yes or

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -505,7 +505,7 @@ The JSON field allows to configure data in a JSON format, to store JSON objects

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -541,7 +541,7 @@ The Email field displays an email address field with format validation to ensure

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -576,7 +576,7 @@ The Password field displays a password field that is encrypted.

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -611,7 +611,7 @@ The Enumeration field allows to configure a list of values displayed in a drop-d

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -650,7 +650,7 @@ The UID field displays a field that sets a unique identifier, optionally based o

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -689,7 +689,7 @@ The Rich Text (Markdown) field displays an editor with basic formatting options

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -730,7 +730,7 @@ When configuring a component through the Content-type Builder, it is possible to

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down Expand Up @@ -763,7 +763,7 @@ Dynamic zones are a combination of components that can be added to content-types

</TabItem>

<TabItem value="condition" label={ <> Condition <BetaBadge inline /> </> } >
<TabItem value="condition" label="Condition">

<ConditionalFields components={props.components} />

Expand Down
Loading