Skip to content

Commit 2f327e9

Browse files
Merge pull request #2407 from strapi/user/relations-on-the-fly-iteration1-beta
Update Content Manager to mention editing relations on the fly
2 parents e37f36b + 385e11c commit 2f327e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/user-docs/content-manager/managing-relational-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To select the relevant relational field's entries:
9595
3. Repeat step 2 until all relevant entries have been chosen.
9696

9797
:::tip
98-
All selected entries are listed right below the drop-down list. Click on the name of an entry to be redirected to the edit view of the relational field's content-type. Make sure you save your page first, to avoid losing your last modifications.
98+
All selected entries are listed right below the drop-down list. Click on the name of an entry to display a modal from where you will be able to edit the relational field's content-type. For now, you can only edit a relation on-the-fly, and not create a new one. This feature is currently in beta and only available if you installed Strapi with the beta flag, with the following command `npx create-strapi@beta`.
9999
:::
100100

101101
To remove an entry, click on the cross button <Icon name="x" classes="ph-bold" /> in the selected entries list.

0 commit comments

Comments
 (0)