Commit b3ea34cd authored by Łukasz Nowak's avatar Łukasz Nowak

- define possible portal types in document module


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30062 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f73492e3
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>portal_types</string>
</list>
</value>
</item>
<item>
......@@ -98,6 +100,37 @@
<key> <string>list_cookie</string> </key>
<value> <string>FOLDER_LIST</string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>File</string>
<string>File</string>
</tuple>
<tuple>
<string>Drawing</string>
<string>Drawing</string>
</tuple>
<tuple>
<string>PDF</string>
<string>PDF</string>
</tuple>
<tuple>
<string>Text</string>
<string>Text</string>
</tuple>
<tuple>
<string>Presentation</string>
<string>Presentation</string>
</tuple>
<tuple>
<string>Spreadsheet</string>
<string>Spreadsheet</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>reverse</string> </key>
<value> <int>0</int> </value>
......
1045
\ No newline at end of file
1046
\ 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