Skip to content

Commit 1ea1931

Browse files
committed
update match value description
1 parent 8345d67 commit 1ea1931

File tree

2 files changed

+9
-8
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/collections
  • 17/umbraco-cms/customizing/extending-overview/extension-types/collections

2 files changed

+9
-8
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/collections/collection-view.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ Use the `match` property in your manifest to target a specific collection type.
172172
|------------------|-----------------|
173173
| `Umb.Collection.Document` | Targets the **Document** collection (content items). |
174174
| `Umb.Collection.Media` | Targets the **Media** collection (images, videos, files). |
175-
| `Umb.Collection.Member` | Targets the **Member** collection (users or members). |
176-
| `Umb.Collection.MemberGroup` | Targets the **Member Group** collection (users or members). |
177-
| `Umb.Collection.User` | Targets the **User** collection in Settings. |
178-
| `Umb.Collection.UserGroup` | Targets the **User** collection in Settings. |
175+
| `Umb.Collection.Member` | Targets the **Member** collection. |
176+
| `Umb.Collection.MemberGroup` | Targets the **Member Group** collection. |
177+
| `Umb.Collection.User` | Targets the **User** collection. |
178+
| `Umb.Collection.UserGroup` | Targets the **User Group** collection. |
179179
| `Umb.Collection.Dictionary` | Targets the **Dictionary** collection. |
180+

17/umbraco-cms/customizing/extending-overview/extension-types/collections/collection-view.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Use the `match` property in your manifest to target a specific collection type.
172172
|------------------|-----------------|
173173
| `Umb.Collection.Document` | Targets the **Document** collection (content items). |
174174
| `Umb.Collection.Media` | Targets the **Media** collection (images, videos, files). |
175-
| `Umb.Collection.Member` | Targets the **Member** collection (users or members). |
176-
| `Umb.Collection.MemberGroup` | Targets the **Member Group** collection (users or members). |
177-
| `Umb.Collection.User` | Targets the **User** collection in Settings. |
178-
| `Umb.Collection.UserGroup` | Targets the **User** collection in Settings. |
175+
| `Umb.Collection.Member` | Targets the **Member** collection. |
176+
| `Umb.Collection.MemberGroup` | Targets the **Member Group** collection. |
177+
| `Umb.Collection.User` | Targets the **User** collection. |
178+
| `Umb.Collection.UserGroup` | Targets the **User Group** collection. |
179179
| `Umb.Collection.Dictionary` | Targets the **Dictionary** collection. |

0 commit comments

Comments
 (0)