Skip to content

Commit

Permalink
pkp#10571 Update emailTemplate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 19, 2024
1 parent 4a3e88e commit be80a75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 76 deletions.

This file was deleted.

10 changes: 9 additions & 1 deletion schemas/emailTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,16 @@
},
"isUnrestricted": {
"type": "boolean",
"description": "Boolean indicating if an email template is available to all user groups within the roles associated with the template's mailable",
"description": "Boolean indicating if an email template is available to all user groups within the roles associated with the template's mailable.",
"apiSummary": true
},
"assignedUserGroupIds": {
"type": "array",
"description": "IDs of the user groups that currently has access to this email template.",
"apiSummary": true,
"items": {
"type": "integer"
}
}
}
}

0 comments on commit be80a75

Please sign in to comment.