Commit b2db43b1 authored by Ivan Tyagov's avatar Ivan Tyagov

Add 'Drawing' lookup predicated to content_type_registry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14129 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b3a56ca3
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<string>spread</string> <string>spread</string>
<string>slides</string> <string>slides</string>
<string>any</string> <string>any</string>
<string>Drawing</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -57,10 +58,19 @@ ...@@ -57,10 +58,19 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>any</string> </key> <key> <string>Drawing</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
<string>Drawing</string>
</tuple>
</value>
</item>
<item>
<key> <string>any</string> </key>
<value>
<tuple>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent>
<string>File</string> <string>File</string>
</tuple> </tuple>
</value> </value>
...@@ -69,7 +79,7 @@ ...@@ -69,7 +79,7 @@
<key> <string>img</string> </key> <key> <string>img</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
<string>Image</string> <string>Image</string>
</tuple> </tuple>
</value> </value>
...@@ -78,7 +88,7 @@ ...@@ -78,7 +88,7 @@
<key> <string>pdf_file</string> </key> <key> <string>pdf_file</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
<string>PDF</string> <string>PDF</string>
</tuple> </tuple>
</value> </value>
...@@ -87,7 +97,7 @@ ...@@ -87,7 +97,7 @@
<key> <string>slides</string> </key> <key> <string>slides</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
<string>Presentation</string> <string>Presentation</string>
</tuple> </tuple>
</value> </value>
...@@ -96,7 +106,7 @@ ...@@ -96,7 +106,7 @@
<key> <string>spread</string> </key> <key> <string>spread</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent>
<string>Spreadsheet</string> <string>Spreadsheet</string>
</tuple> </tuple>
</value> </value>
...@@ -105,7 +115,7 @@ ...@@ -105,7 +115,7 @@
<key> <string>txt rtf doc odt</string> </key> <key> <string>txt rtf doc odt</string> </key>
<value> <value>
<tuple> <tuple>
<persistent> <string encoding="base64">AAAAAAAAAAg=</string> </persistent> <persistent> <string encoding="base64">AAAAAAAAAAk=</string> </persistent>
<string>Text</string> <string>Text</string>
</tuple> </tuple>
</value> </value>
...@@ -117,6 +127,33 @@ ...@@ -117,6 +127,33 @@
</pickle> </pickle>
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.CMFCore.ContentTypeRegistry</string>
<string>ExtensionPredicate</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>extensions</string> </key>
<value>
<list>
<string>sxd</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>Drawing</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -147,7 +184,7 @@ ...@@ -147,7 +184,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="5" aka="AAAAAAAAAAU=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -181,7 +218,7 @@ ...@@ -181,7 +218,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="5" aka="AAAAAAAAAAU="> <record id="6" aka="AAAAAAAAAAY=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -208,7 +245,7 @@ ...@@ -208,7 +245,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="6" aka="AAAAAAAAAAY="> <record id="7" aka="AAAAAAAAAAc=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -237,7 +274,7 @@ ...@@ -237,7 +274,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="7" aka="AAAAAAAAAAc="> <record id="8" aka="AAAAAAAAAAg=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
...@@ -266,7 +303,7 @@ ...@@ -266,7 +303,7 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
<record id="8" aka="AAAAAAAAAAg="> <record id="9" aka="AAAAAAAAAAk=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <tuple>
......
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