Skip to content

Commit

Permalink
(conf) Default settings: allow sysops to add/remove automoderated group
Browse files Browse the repository at this point in the history
99,9% of wikis set this anyway, others can override this in LocalSettings.
  • Loading branch information
edwardspec committed Jun 17, 2018
1 parent 8ca5897 commit 24e60de
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Moderation",
"version": "1.2.79",
"version": "1.2.80",
"author": "Edward Chernenko",
"url": "https://www.mediawiki.org/wiki/Extension:Moderation",
"descriptionmsg": "moderation-desc",
Expand All @@ -27,6 +27,16 @@
"moderation": true
}
},
"AddGroups": {
"sysop": [
"automoderated"
]
},
"RemoveGroups": {
"sysop": [
"automoderated"
]
},
"GrantPermissions": {
"basic": {
"skip-moderation": true
Expand Down

0 comments on commit 24e60de

Please sign in to comment.