missing prefs

This commit is contained in:
Ralf Becker 2008-10-06 17:44:14 +00:00
parent 0218ffb751
commit f940633dad

View File

@ -161,9 +161,13 @@
'admin' => False
),
'link_list_thumbnail' => array(
'type' => 'check',
'type' => 'select',
'label' => 'Display thumbnails for linked images',
'name' => 'link_list_thumbnail',
'values' => array(
'1' => lang('Yes'),
'0' => lang('No'),
),
'help' => 'Images linked to an entry can be displayed as thumbnails. You can turn this off to speed up page display.',
'xmlrpc' => True,
'admin' => False