forked from extern/egroupware
missing prefs
This commit is contained in:
parent
0218ffb751
commit
f940633dad
@ -161,9 +161,13 @@
|
|||||||
'admin' => False
|
'admin' => False
|
||||||
),
|
),
|
||||||
'link_list_thumbnail' => array(
|
'link_list_thumbnail' => array(
|
||||||
'type' => 'check',
|
'type' => 'select',
|
||||||
'label' => 'Display thumbnails for linked images',
|
'label' => 'Display thumbnails for linked images',
|
||||||
'name' => 'link_list_thumbnail',
|
'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.',
|
'help' => 'Images linked to an entry can be displayed as thumbnails. You can turn this off to speed up page display.',
|
||||||
'xmlrpc' => True,
|
'xmlrpc' => True,
|
||||||
'admin' => False
|
'admin' => False
|
||||||
|
Loading…
Reference in New Issue
Block a user