Commit 6a370141 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add portal_contribution_registry/pdf_mimetype.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29173 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f714388
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ContributionPredicate" module="Products.ERP5Type.Document.ContributionPredicate"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_identity_criterion</string> </key>
<value>
<dictionary>
<item>
<key> <string>mime_type</string> </key>
<value>
<list>
<string>application/pdf</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>_range_criterion</string> </key>
<value>
<dictionary/>
</value>
</item>
<item>
<key> <string>criterion_property</string> </key>
<value>
<tuple>
<string>mime_type</string>
</tuple>
</value>
</item>
<item>
<key> <string>destination_portal_type</string> </key>
<value> <string>PDF</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>pdf_mimetype</string> </value>
</item>
<item>
<key> <string>int_index</string> </key>
<value> <int>30</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Contribution Predicate</string> </value>
</item>
<item>
<key> <string>test_method_id</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>PDF</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
1305
\ No newline at end of file
1306
\ No newline at end of file
......@@ -17,6 +17,7 @@ portal_contribution_registry/default_predicate
portal_contribution_registry/drawing_extension
portal_contribution_registry/image_extension
portal_contribution_registry/pdf_extension
portal_contribution_registry/pdf_mimetype
portal_contribution_registry/presentation_extension
portal_contribution_registry/spreadsheet_extension
portal_contribution_registry/text_extension
......
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