Skip to content

Commit a691f67

Browse files
committed
Update sentences based on suggestions and add redirect
1 parent f7206cc commit a691f67

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

14/umbraco-cms/.gitbook.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@ redirects:
125125
customize-the-backoffice/umbraco-package: customizing/umbraco-package.md
126126
customize-the-backoffice/workspaces: customizing/workspaces.md
127127
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/build-a-custom-view-for-a-block: tutorials/creating-custom-views-for-blocklist.md
128-
extending/packages/types-of-packages: extending/packages/README.md
128+
extending/packages/types-of-packages: extending/packages/README.md
129+
fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/listview: fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/collection.md

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`Returns: IEnumerable<IPublishedContent>`
66

7-
**Collection** displays a collection of categories when it is enabled on a Document Type that has children.
7+
**Collection** displays a collection of categories when it is enabled on a Document Type with children.
88

99
![Collection example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview.png)
1010

@@ -43,7 +43,7 @@ It is possible to add more columns to the collection, via adding the properties
4343

4444
![Collection property example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-property.png) ![Collection property example](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/listview-property-dropdown.png)
4545

46-
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.
46+
Once you have selected a column you want to display, define what its name should be and what kind of value it should display. You can also move the headers around, re-ordering how they should look. This is done by the move icon on the left side of the alias.
4747

4848
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.
4949

@@ -97,7 +97,7 @@ First, a Member Picker property needs to be present on the content item. In this
9797

9898
![Collection member picker](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/member-picker.png)
9999

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.
100+
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.
101101

102102
![Collection member picker](../../../../../../10/umbraco-cms/fundamentals/backoffice/property-editors/built-in-property-editors/images/member-picker-settings.png)
103103

0 commit comments

Comments
 (0)