diff --git a/docusaurus/docs/cms/features/content-manager.md b/docusaurus/docs/cms/features/content-manager.md index 1844f9075a..9226f601ca 100644 --- a/docusaurus/docs/cms/features/content-manager.md +++ b/docusaurus/docs/cms/features/content-manager.md @@ -225,6 +225,7 @@ Note also that relational fields have a couple limitations when it comes to sort | Setting name | Instructions | | --------------- | ------------------------------------------------------------------------------------- | | Entry title | Choose among the drop-down list the field that should be used as title for the entry. | +| Relation open behavior | Choose how relation entries open when clicked. **Modal (default)** opens the entry in an overlay modal. **Navigate to page** navigates to the entry's full edit page. **Open in new tab** opens it in a new browser tab. | 3. Click on the **Save** button. @@ -508,7 +509,7 @@ Entries from multiple-choice relational fields can be reordered, indicated by a :::tip - Not all entries are listed by default: more can be displayed by clicking on the **Load more** button. Also, instead of choosing an entry by scrolling the list, you can click any relational field drop-down list and type to search a specific entry. -- 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. +- Click on the name of an entry to open it. The behavior depends on the **Relation open behavior** setting configured in the edit view: the entry opens in a modal (default), navigates to its full edit page, or opens in a new browser tab. See [Configuring the edit view](#edit-view-settings) to change this setting. ::: :::note diff --git a/docusaurus/static/img/assets/content-manager/edit-view-config2.png b/docusaurus/static/img/assets/content-manager/edit-view-config2.png index 7d18e8c7b5..3c8d559bd0 100644 Binary files a/docusaurus/static/img/assets/content-manager/edit-view-config2.png and b/docusaurus/static/img/assets/content-manager/edit-view-config2.png differ diff --git a/docusaurus/static/img/assets/content-manager/edit-view-config2_DARK.png b/docusaurus/static/img/assets/content-manager/edit-view-config2_DARK.png index 6e9f6cc0ee..32529e9b33 100644 Binary files a/docusaurus/static/img/assets/content-manager/edit-view-config2_DARK.png and b/docusaurus/static/img/assets/content-manager/edit-view-config2_DARK.png differ