Skip to content

Commit

Permalink
Include Maps_Settings.php automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Dec 11, 2019
1 parent 2de8aff commit 527ed10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DefaultSettings.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

// DO NOT INCLUDE THIS FILE IN LocalSettings.php! Instead include Maps_Settings.php.

// This file lists all settings you can use to configure the Maps extension and their default values.
// Do not modify this file to change settings. See https://www.semantic-mediawiki.org/wiki/Maps/Configuration
// Do not include this file in LocalSettings. Instead include Maps_Settings.php.

return [
// Mapping services that will be available in the wiki.
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
},
"classmap": [
"MapsRegistration.php"
],
"files": [
"Maps_Settings.php"
]
},
"extra": {
Expand Down

0 comments on commit 527ed10

Please sign in to comment.