Commit 47feac14 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added allowed and hidden content types so that OOoDocument types can be...

Added allowed and hidden content types so that OOoDocument types can be converted to HTML with populateContent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19210 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent deac4dfa
......@@ -22,6 +22,7 @@
<item>Spreadsheet</item>
</portal_type>
<portal_type id="Drawing">
<item>Web Page</item>
<item>Role Definition</item>
<item>Image</item>
</portal_type>
......@@ -42,14 +43,18 @@
<item>Role Definition</item>
</portal_type>
<portal_type id="Presentation">
<item>Web Page</item>
<item>Role Definition</item>
<item>Image</item>
</portal_type>
<portal_type id="Spreadsheet">
<item>Role Definition</item>
<item>Web Page</item>
<item>Image</item>
</portal_type>
<portal_type id="Text">
<item>Image</item>
<item>Web Page</item>
<item>Role Definition</item>
</portal_type>
<portal_type id="URL Crawler">
......
......@@ -10,4 +10,20 @@
<item>Image</item>
<item>Presentation</item>
</portal_type>
<portal_type id="Drawing">
<item>Web Page</item>
<item>Image</item>
</portal_type>
<portal_type id="Presentation">
<item>Image</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Spreadsheet">
<item>Image</item>
<item>Web Page</item>
</portal_type>
<portal_type id="Text">
<item>Image</item>
<item>Web Page</item>
</portal_type>
</hidden_content_type_list>
\ No newline at end of file
836
\ No newline at end of file
841
\ No newline at end of file
......@@ -16,6 +16,7 @@ Document Module | Spreadsheet
Document Module | Text
Drawing | Image
Drawing | Role Definition
Drawing | Web Page
External Source Module | RSS Feed
External Source Module | URL Crawler
File | Role Definition
......@@ -25,9 +26,13 @@ Image | Role Definition
PDF | Role Definition
Presentation | Image
Presentation | Role Definition
Presentation | Web Page
Spreadsheet | Image
Spreadsheet | Role Definition
Spreadsheet | Web Page
Text | Image
Text | Role Definition
Text | Web Page
URL Crawler | Drawing
URL Crawler | File
URL Crawler | Image
......
......@@ -6,4 +6,12 @@ Contribution Tool | PDF
Contribution Tool | Presentation
Contribution Tool | Spreadsheet
Contribution Tool | Text
Contribution Tool | Web Page
\ No newline at end of file
Contribution Tool | Web Page
Drawing | Image
Drawing | Web Page
Presentation | Image
Presentation | Web Page
Spreadsheet | Image
Spreadsheet | Web Page
Text | Image
Text | Web Page
\ 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