diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md index b718e8458a2..df2a7a1cb40 100644 --- a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md +++ b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md @@ -86,11 +86,13 @@ Enable this to show the Content Workspace View by default instead of the collect ### Generic field value -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) +This example shows how to use a generic field from a child item and display its value in a collection. -The `{{ value }}` will take the value of the Email property and display it in the collection, as shown on the image below. +![Collection content email label template](images/collection-label-template.png) -![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email.png) +Here, the `{=value}` placeholder retrieves the value of the *Email* property and displays it in the collection, as shown in the image below: + +![Collection content email value displayed](images/collections-display-email.png) ### Member name diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png new file mode 100644 index 00000000000..30d0e0033ec Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png new file mode 100644 index 00000000000..d54e5d4a712 Binary files /dev/null and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png differ diff --git a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png index dad410c9d85..b49f32394f3 100644 Binary files a/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png and b/14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/list-view-settings.png differ diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md index c19cb380348..11b1bae2ae3 100644 --- a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md +++ b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md @@ -58,16 +58,6 @@ You can select order of the content nodes displayed, "Acsending" or "Descending" 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. -### Bulk Action Permissions - -Select what kind of action is available on the collection. - -* **Allow bulk publish** - content only -* **Allow bulk unpublish** - content only -* **Allow bulk copy** - content only -* **Allow bulk move** -* **Allow bulk delete** - ### Workspace View icon 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 ### Generic field value -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) +This example shows how to use a generic field from a child item and display its value in a collection. + +![Collection content email label template](images/collection-label-template.png) -The `{{ value }}` will take the value of the Email property and display it in the collection, as shown on the image below. +Here, the `{=value}` placeholder retrieves the value of the *Email* property and displays it in the collection, as shown in the image below: -![Collection content example email](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-content-example-email.png) +![Collection content email value displayed](images/collections-display-email.png) ### Member name diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png new file mode 100644 index 00000000000..30d0e0033ec Binary files /dev/null and b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collection-label-template.png differ diff --git a/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png new file mode 100644 index 00000000000..d54e5d4a712 Binary files /dev/null and b/15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/images/collections-display-email.png differ