You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/configuration.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ return [
23
23
'reviewerApprovalNotifications' => false,
24
24
'publisherNotifications' => true,
25
25
'publishedAuthorNotifications' => false,
26
-
'selectedPublishers' => '*',
26
+
'publisherNotificationsUserGroup' => null,
27
27
28
28
// Permissions
29
29
'enabledSections' => '*',
@@ -48,7 +48,7 @@ Notifications
48
48
-`reviewerApprovalNotifications` - Whether email notifications should be delivered to editors when each reviewer approves an entry after review.
49
49
-`publisherNotifications` - Whether email notifications should be delivered to publishers when editors submit an entry for review.
50
50
-`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.
52
52
53
53
Permissions
54
54
-`enabledSections` - An array of section UIDs to enable submissions on. Use '\*' for all.
0 commit comments