As an Spanish Wikipedia user, I want the CampaignEvents extension enabled on my wiki, so that I can attain the local Event Organizer right and use the Event Registration tool.
All features of the CampaignEvents extension that are currently accessible, except invitations should be accessible to Spanish Wikipedia.
**Acceptance Criteria:**
* Set the need configs values needed on mediawiki-config to enable CampaignEvents Extension on Spanish Wikipedia
Steps:
[ ] Add `eswiki` to `wmgUseCampaignEvents` in wmf-config/InitialiseSettings.php
[ ] Create the `event-organizer` user group, assign the standard user rights, make it editable by sysops. Remove those rights from the `user` group. (wmf-config/core-Permissions.php)
```
// groupOverrides
'+eswiki' => [
'event-organizer' => [ // T362675
'campaignevents-enable-registration' => true,
'campaignevents-organize-events' => true,
'campaignevents-email-participants' => true,
],
'user' => [
'campaignevents-enable-registration' => false, // T362675
'campaignevents-organize-events' => false, // T362675
'campaignevents-email-participants' => false, // T362675
],
],
// wgAddGroups
'+eswiki' => [
'sysop' => [
'event-organizer', // T362675
],
],
// wgRemoveGroups
'+eswiki' => [
'sysop' => [
'event-organizer', // T362675
],
],
```
[ ] Schedule a deployment window