Commit 66c4113f authored by Ivan Tyagov's avatar Ivan Tyagov

Use Embedded File for default image.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27fa960c
......@@ -37,7 +37,7 @@ class DefaultImage:
'storage_id' : 'default_image',
'description' : 'The default image',
'type' : 'content',
'portal_type' : ('Image',),
'portal_type' : ('Embedded File',),
'acquired_property_id' : ('file', 'path', 'absolute_url',
'width', 'height'),
'acquisition_base_category' : (),
......
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