Skip to content

Commit 28a721c

Browse files
Update MezaCoreExtensions.yml
Granted the DeleteBatch permission to sysops (previous configuration did not grant the right to any groups)
1 parent 39c4c68 commit 28a721c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/MezaCoreExtensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ list:
501501
version: "{{ mediawiki_default_branch }}"
502502
config: |
503503
$wgGroupPermissions['bureaucrat']['deletebatch'] = false;
504+
$wgGroupPermissions['sysop']['deletebatch'] = true;
504505
505506
# CSS - Allows for custom CSS code in pages
506507
- name: CSS

0 commit comments

Comments
 (0)