Skip to content

Commit 3e7485e

Browse files
feat: configure commenting to require staff access
1 parent 4f2f962 commit 3e7485e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?php
2+
3+
// Uncomment to restrict commenting to staff
4+
Emergence\Comments\CommentsRequestHandler::$accountLevelWrite = 'Staff';

0 commit comments

Comments
 (0)