summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-11-12 12:28:44 -0800
committerBrion Vibber <brion@status.net>2010-11-12 12:28:44 -0800
commit5d12ec0532fa9bcc71644186f6ff80f2b527703c (patch)
tree5a62c9af56efa0cdf47a06bf0fe26c8efbf8f7b7 /lib/default.php
parentfdf3a23da7769586a818ca2219ec6bc1b46587de (diff)
parentcb124fe831a3c77dfca89590ebb8d691685bb573 (diff)
Merge branch 'oembed-thumbnails' into 0.9.x
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index a19453fce..ece01f2a8 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -250,6 +250,9 @@ $default =
'monthly_quota' => 15000000,
'uploads' => true,
'filecommand' => '/usr/bin/file',
+ 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info
+ 'thumb_width' => 100,
+ 'thumb_height' => 75,
),
'application' =>
array('desclimit' => null),