Skip to content

Commit 82bce4f

Browse files
Relations documentation update (#1126)
* Update 'Managing relational fields' to delete mentions of Relations box * Add more information in tip * Update edit view config documentation * Update end-users management procedure for Relations * Update screenshots in Content Manager * Improve documentation for relations * Update end-user account screenshot
1 parent de9382e commit 82bce4f

15 files changed

+25
-39
lines changed
24 KB
Loading
24.5 KB
Loading
490 KB
Loading
196 KB
Loading
608 KB
Loading
489 KB
Loading
487 KB
Loading
489 KB
Loading
310 KB
Loading

docs/user-docs/latest/content-manager/configuring-view-of-content-type.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Note also that relational fields have a couple limitations when it comes to sort
6969

7070
In the edit view of a content-type, in the right side of the interface, a **Configure the view** button is displayed. It allows to access the configurations that can be set for the edit view of the content-type, such as the entry title, and the display of the fields of the content-type, including the relational ones.
7171

72-
![Configuring the edit view of the Content Manager](../assets/content-manager/edit-view-config.png)
72+
![Configuring the edit view of the Content Manager](../assets/content-manager/edit-view-config2.png)
7373

7474
### Edit view settings
7575

@@ -85,19 +85,20 @@ In the edit view of a content-type, in the right side of the interface, a **Conf
8585
### Edit view display
8686

8787
1. In the edit view of your content-type, click on the **Configure the view** button.
88-
2. In the View area, define what fields to display in the list view table, in what order and what size:
89-
- Click the add button ![Add icon](../assets/icons/add_icon.svg) to add a new field.
88+
2. In the View area, define what fields (including relational fields) to display in the list view table, in what order and what size:
89+
- Click the ![Add icon](../assets/icons/add_icon.svg) **Insert another field** button to add a new field.
9090
- Click the delete button ![Clear icon](../assets/icons/clear.svg) to remove a field.
9191
- Click the reorder button ![Drag icon](../assets/icons/drag.svg) and drag and drop it to the place you want it to be displayed among the other fields.
9292
3. Click the edit button ![Edit icon](../assets/icons/edit.svg) of a field to access its available settings:
9393

9494
| Setting name | Instructions |
9595
| --------------- | ----------------------------------------------------------------------------------------- |
96-
| Label | Write the label to should be used for the field. |
96+
| Label | Write the label that should be used for the field. |
9797
| Description | Write a description for the field, to help other administrators fill it properly. |
9898
| Placeholder | Write the placeholder that should be displayed by default in the field. |
9999
| Editable field | Click on **ON** or **OFF** to able or disable the edition of the field by administrators. |
100100
| Size | Select the size in which the field should be displayed in the Content Manager. Note that this setting is neither available for JSON and Rich Text fields, nor dynamic zones and components. |
101+
| Entry title | *(relational fields only)* Write the entry title that should be used for the relational field. It is recommended to choose well the entry title of relational fields as the more comprehensive it is, the easier it will be for administrators to manage the content of relational fields from the edit view. |
101102

102103
4. Click on the **Save** button.
103104

@@ -106,15 +107,3 @@ The settings and display of a component's fields cannot be managed and reordered
106107

107108
Note also that the settings are defined for the component itself, which means that the settings will automatically be applied for every other content-type where the component is used.
108109
:::
109-
110-
#### Relational fields
111-
112-
On the right side of the View area is displayed a Relational fields part. As in the edit view, regular fields and relational fields are managed separately (see [Managing relational fields](managing-relational-fields.md)). Although most configuration options are similar to regular fields', relational fields configurations have some specificities.
113-
114-
To define what relational fields of an entry should be available in the edit view, the following options are available:
115-
116-
- the **Insert another relational field** button, to add another relational field to your entry. If the button remains unclickable, it means that no other relational field can be added.
117-
- the delete button ![Clear icon](../assets/icons/clear.svg), to remove a relational field.
118-
- the reorder button ![Drag icon](../assets/icons/drag.svg), to drag and drop to the place you want your relational field to be displayed among the others.
119-
120-
As for regular fields, it is possible to access the available settings of the relational fields by clicking on their name. Most settings are the same as for regular fields (see [Edit view display](./configuring-view-of-content-type.md#edit-view-display)) except for "Entry title" which is only available for relational fields. It is recommended to choose well the entry title of relational fields as the more comprehensive it is, the easier it will be for administrators to manage the content of relational fields from the edit view.

0 commit comments

Comments
 (0)