Commit 80322ecd authored by Rafael Monnerat's avatar Rafael Monnerat

erp5_safeimage: Move Mixin definitions to PortalTypeTypeMixin

       Use the proper way to include Mixin into a portal type
parent 7c4264a0
......@@ -50,14 +50,6 @@
<tuple/>
</value>
</item>
<item>
<key> <string>type_mixin</string> </key>
<value>
<tuple>
<string>BaseExtensibleTraversableMixin</string>
</tuple>
</value>
</item>
</dictionary>
</pickle>
</record>
......
<type_mixin>
<portal_type id="Image Tile">
<item>BaseExtensibleTraversableMixin</item>
</portal_type>
<portal_type id="Image Tile Transformed">
<item>BaseExtensibleTraversableMixin</item>
</portal_type>
</type_mixin>
\ No newline at end of file
Image Tile Transformed | BaseExtensibleTraversableMixin
Image Tile | BaseExtensibleTraversableMixin
\ No newline at end of file
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