Commit d29b792a authored by Ivan Tyagov's avatar Ivan Tyagov

Add preferred_image_quality preference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e6422ba6
......@@ -226,4 +226,10 @@ class HtmlStylePreference:
'preference' : 1,
'default' : 'large',
'mode' : 'w' },
{ 'id' : 'preferred_image_quality',
'description' : 'Preferred image quality.',
'type' : 'float',
'preference' : 1,
'default' : 75.0,
'mode' : 'w' },
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment