Merge "Show dimensions in TraditionalImageGallery"
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 48414b7..00e26d9 100644 (file)
@@ -1455,6 +1455,8 @@ $wgGalleryOptions = [
        'captionLength' => true,
        // Show the filesize in bytes in categories
        'showBytes' => true,
+       // Show the dimensions (width x height) in categories
+       'showDimensions' => true,
        'mode' => 'traditional',
 ];