Skip to content

Commit 2dde661

Browse files
committed
docs
1 parent 5fa5488 commit 2dde661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get-started/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return [
2323
'reviewerApprovalNotifications' => false,
2424
'publisherNotifications' => true,
2525
'publishedAuthorNotifications' => false,
26-
'selectedPublishers' => '*',
26+
'publisherNotificationsUserGroup' => null,
2727

2828
// Permissions
2929
'enabledSections' => '*',
@@ -48,7 +48,7 @@ Notifications
4848
- `reviewerApprovalNotifications` - Whether email notifications should be delivered to editors when each reviewer approves an entry after review.
4949
- `publisherNotifications` - Whether email notifications should be delivered to publishers when editors submit an entry for review.
5050
- `publishedAuthorNotifications` - Whether email notifications should be delivered to the entry author when approved and published by a Publisher.
51-
- `selectedPublishers` - An array of user IDs of publishers to receive email notifications. Use '\*' for all.
51+
- `publisherNotificationsUserGroup` - The user group UID to have email notifications for publishers sent to. By default, all users in the `publisherUserGroup` will receive email notifications.
5252

5353
Permissions
5454
- `enabledSections` - An array of section UIDs to enable submissions on. Use '\*' for all.

0 commit comments

Comments
 (0)