Skip to content

Commit 43d525a

Browse files
authored
Merge pull request #6827 from umbraco/collections
Updated Collection article
2 parents cdc2ad2 + 15e79dd commit 43d525a

File tree

7 files changed

+10
-16
lines changed

7 files changed

+10
-16
lines changed

14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@ Enable this to show the Content Workspace View by default instead of the collect
8686

8787
### Generic field value
8888

89-
This example uses a generic field on a child item and displays it in the collection. ![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email-settings.png)
89+
This example shows how to use a generic field from a child item and display its value in a collection.
9090

91-
The `{{ value }}` will take the value of the Email property and display it in the collection, as shown on the image below.
91+
![Collection content email label template](images/collection-label-template.png)
9292

93-
![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email.png)
93+
Here, the `{=value}` placeholder retrieves the value of the *Email* property and displays it in the collection, as shown in the image below:
94+
95+
![Collection content email value displayed](images/collections-display-email.png)
9496

9597
### Member name
9698

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,6 @@ You can select order of the content nodes displayed, "Acsending" or "Descending"
5858

5959
Defines how many child content nodes you want to see per page. This will limit how many content items you will see in your collection. If you set it to 5, then only 5 content items will be shown in the collection.
6060

61-
### Bulk Action Permissions
62-
63-
Select what kind of action is available on the collection.
64-
65-
* **Allow bulk publish** - content only
66-
* **Allow bulk unpublish** - content only
67-
* **Allow bulk copy** - content only
68-
* **Allow bulk move**
69-
* **Allow bulk delete**
70-
7161
### Workspace View icon
7262

7363
Changes the icon in the backoffice of the collection. By default it will look like the image below.
@@ -86,11 +76,13 @@ Enable this to show the Content Workspace View by default instead of the collect
8676

8777
### Generic field value
8878

89-
This example uses a generic field on a child item and displays it in the collection. ![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email-settings.png)
79+
This example shows how to use a generic field from a child item and display its value in a collection.
80+
81+
![Collection content email label template](images/collection-label-template.png)
9082

91-
The `{{ value }}` will take the value of the Email property and display it in the collection, as shown on the image below.
83+
Here, the `{=value}` placeholder retrieves the value of the *Email* property and displays it in the collection, as shown in the image below:
9284

93-
![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email.png)
85+
![Collection content email value displayed](images/collections-display-email.png)
9486

9587
### Member name
9688

0 commit comments

Comments
 (0)