You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-docs/latest/content-manager/configuring-view-of-content-type.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Note also that relational fields have a couple limitations when it comes to sort
69
69
70
70
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.
71
71
72
-

72
+

73
73
74
74
### Edit view settings
75
75
@@ -85,19 +85,20 @@ In the edit view of a content-type, in the right side of the interface, a **Conf
85
85
### Edit view display
86
86
87
87
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  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 **Insert another field** button to add a new field.
90
90
- Click the delete button  to remove a field.
91
91
- Click the reorder button  and drag and drop it to the place you want it to be displayed among the other fields.
92
92
3. Click the edit button  of a field to access its available settings:
| Label | Write the label to should be used for the field.|
96
+
| Label | Write the label that should be used for the field. |
97
97
| Description | Write a description for the field, to help other administrators fill it properly. |
98
98
| Placeholder | Write the placeholder that should be displayed by default in the field. |
99
99
| Editable field | Click on **ON** or **OFF** to able or disable the edition of the field by administrators. |
100
100
| 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. |
101
102
102
103
4. Click on the **Save** button.
103
104
@@ -106,15 +107,3 @@ The settings and display of a component's fields cannot be managed and reordered
106
107
107
108
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.
108
109
:::
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 , to remove a relational field.
118
-
- the reorder button , 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