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
If enabled, editors will be able to see multiple children from a collection on a content node that has children. When not enabled, no collection will be shown and all children will be shown in the Content Tree.
@@ -41,25 +41,25 @@ You can select order of the content nodes displayed, "Acsending" or "Descending"
41
41
42
42
It is possible to add more columns to the collection, via adding the properties through the dropdown. These properties are based on the Data Types which are used by the Document Type. It will show up in the dropdown by its alias and not the name on the property.
Once you have selected a column that you want to display, the next thing you want to do is define what its name should be and what kind of value it should display. You can also move the headers around, re-ordering how the headers should look. This is done by the move icon on the left side of the alias.
47
47
48
48
The template section is where you define what kind of value you want to display. The value of the column is in the `value` variable.
49
49
50
50
### Layouts
51
51
52
-
The collection view comes with two layouts by default. A list and a grid view. These views can be disabled if you are not interested in any of them.
52
+
Collection comes with two layouts by default. A list and a grid view. These views can be disabled if you are not interested in any of them.
53
53
54
54
{% hint style="info" %}
55
-
A minimum of one layout needs to be enabled for the collection view to work.
55
+
A minimum of one layout needs to be enabled for Collection to work.
56
56
{% endhint %}
57
57
58
58
You can also make your own layout and add it to the settings. For example, if you wanted to change the width or length of the grid, you will be able to do so.
59
59
60
60
### Bulk Action Permissions
61
61
62
-
Select what kind of action is available on the collection view.
62
+
Select what kind of action is available on the collection.
63
63
64
64
***Allow bulk publish** - content only
65
65
***Allow bulk unpublish** - content only
@@ -75,36 +75,36 @@ Changes the icon in the backoffice of the collection. By default it will look li
75
75
76
76
### Workspace View name
77
77
78
-
You can change the name of the collection view itself. Default if empty: 'Child Items'.
78
+
You can change the name of the collection itself. Default if empty: 'Child Items'.
79
79
80
80
### Show Content Workspace View First
81
81
82
-
Enable this to show the Content Workspace View by default instead of the Collection's.
82
+
Enable this to show the Content Workspace View by default instead of the collection's.
83
83
84
84
## Content Example
85
85
86
86
### Generic field value
87
87
88
-
This example uses a generic field on a child item and displays it in the collection. 
88
+
This example uses a generic field on a child item and displays it in the collection. 
89
89
90
90
The `{{ value }}` will take the value of the Email property and display it in the collection, as shown on the image below.
91
91
92
-

92
+

93
93
94
94
### Member name
95
95
96
96
First, a Member Picker property needs to be present on the content item. In this example, the `child item` has gotten a Member Picker Data Type with the alias of `isAuthor`.
97
97
98
-

98
+

99
99
100
-
Now that the child item has a member and the value that should be displayed is the name of the picked value, the next step is to reconfigure the template value in the collection view setting.
100
+
Now that the child item has a member and the value that should be displayed is the name of the picked value, the next step is to reconfigure the template value in the collection setting.
101
101
102
-

102
+

103
103
104
-
This will take the value picked up by the member picker. 
104
+
This will take the value picked up by the member picker. 
105
105
106
-
And display it in the collection view. Shown in the example below: 
106
+
And display it in the collection. Shown in the example below: 
107
107
108
108
### Other examples
109
109
110
-

110
+

0 commit comments