Skip to content

Commit

Permalink
Be explicit about who can edit Gadgets
Browse files Browse the repository at this point in the history
  • Loading branch information
freephile committed Nov 7, 2024
1 parent 85afac9 commit 387ba9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/MezaCoreExtensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ list:
- name: Gadgets
repo: https://github.com/wikimedia/mediawiki-extensions-Gadgets.git
version: "{{ mediawiki_default_branch }}"
config: |
# Supposedly these permissions are not granted to anyone so we need to
# be explicit about who can edit Gadgets
$wgGroupPermissions['interface-admin']['gadgets-edit'] = true;
$wgGroupPermissions['interface-admin']['gadgets-definition-edit'] = true;
# UrlGetParameters
- name: UrlGetParameters
Expand Down

0 comments on commit 387ba9c

Please sign in to comment.