summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/DefaultSettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/Maps/DefaultSettings.php')
-rw-r--r--www/wiki/extensions/Maps/DefaultSettings.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/wiki/extensions/Maps/DefaultSettings.php b/www/wiki/extensions/Maps/DefaultSettings.php
index 45053c1b..a3834788 100644
--- a/www/wiki/extensions/Maps/DefaultSettings.php
+++ b/www/wiki/extensions/Maps/DefaultSettings.php
@@ -38,15 +38,6 @@ return [
'egMapsMapWidth' => 'auto',
'egMapsMapHeight' => 350,
- // Array. The minimum and maximum width and height for all maps. First min and
- // max for absolute values, then min and max for percentage values. When the
- // height or width exceed their limits, they will be changed to the closest
- // allowed value.
- 'egMapsSizeRestrictions' => [
- 'width' => [ 50, 1020, 1, 100 ],
- 'height' => [ 50, 1000, 1, 100 ],
- ],
-
// Strings. The default content for all pop-ups. This value will only be used
// when the user does not provide one.
'egMapsDefaultTitle' => '',