File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff 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+
Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments