X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=722dfe378e7ab452545bbd84ae96062f18e5cc89;hb=ac485d4342683fdc5005f70ee292cd85ad4ad36d;hp=f2e2420c1245abda89c3e7a622aa5d9f16e11478;hpb=57ed589ccc5210caea3fe1fa31e05edfa6f1085c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f2e2420c12..722dfe378e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1444,7 +1444,7 @@ $wgGalleryOptions = [ 'imagesPerRow' => 0, // Default number of images per-row in the gallery. 0 -> Adapt to screensize 'imageWidth' => 120, // Width of the cells containing images in galleries (in "px") 'imageHeight' => 120, // Height of the cells containing images in galleries (in "px") - 'captionLength' => 25, // Length of caption to truncate (in characters) + 'captionLength' => 25, // Length to truncate filename to in caption when using "showfilename" 'showBytes' => true, // Show the filesize in bytes in categories 'mode' => 'traditional', ];