Commit 071533a9 authored by Nicolas Delaby's avatar Nicolas Delaby

Acquire width and height properties too

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21705 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 65641cc4
......@@ -38,7 +38,8 @@ class DefaultImage:
'description' : 'The default image',
'type' : 'content',
'portal_type' : ('Image',),
'acquired_property_id' : ('file', 'path', 'absolute_url'),
'acquired_property_id' : ('file', 'path', 'absolute_url',
'width', 'height'),
'acquisition_base_category' : (),
'acquisition_portal_type' : (),
'acquisition_copy_value' : 0,
......
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