Skip to content

Commit

Permalink
Update trait description for includeMemberRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Sep 15, 2023
1 parent 1e8420b commit 93544f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Traits/TraitsClasses/GroupTraits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class GroupTraits extends mixTraits(ItemPropertiesTraits) {
@primitiveTrait({
name: "Include members by regular expression",
type: "string",
description: `A regular expression that is matched against the member names and ids. Only members (groups and items) that match against the regular expression will be shown to the user. This will only apply to the first level of members (not in nested groups). This is applied before excludeMembers.`
description: `A regular expression that is matched against the member names and ids. Only members (groups and items) that match against the regular expression will be shown to the user. This is case-insensitive and will only apply to the first level of members (not in nested groups). This is applied before excludeMembers.`
})
includeMembersRegex?: string;

Expand Down

0 comments on commit 93544f7

Please sign in to comment.