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 @@ ...@@ -22,6 +22,7 @@
<item>Spreadsheet</item> <item>Spreadsheet</item>
</portal_type> </portal_type>
<portal_type id="Drawing"> <portal_type id="Drawing">
<item>Web Page</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Image</item> <item>Image</item>
</portal_type> </portal_type>
...@@ -42,14 +43,18 @@ ...@@ -42,14 +43,18 @@
<item>Role Definition</item> <item>Role Definition</item>
</portal_type> </portal_type>
<portal_type id="Presentation"> <portal_type id="Presentation">
<item>Web Page</item>
<item>Role Definition</item> <item>Role Definition</item>
<item>Image</item> <item>Image</item>
</portal_type> </portal_type>
<portal_type id="Spreadsheet"> <portal_type id="Spreadsheet">
<item>Role Definition</item> <item>Role Definition</item>
<item>Web Page</item>
<item>Image</item>
</portal_type> </portal_type>
<portal_type id="Text"> <portal_type id="Text">
<item>Image</item> <item>Image</item>
<item>Web Page</item>
<item>Role Definition</item> <item>Role Definition</item>
</portal_type> </portal_type>
<portal_type id="URL Crawler"> <portal_type id="URL Crawler">
......
...@@ -10,4 +10,20 @@ ...@@ -10,4 +10,20 @@
<item>Image</item> <item>Image</item>
<item>Presentation</item> <item>Presentation</item>
</portal_type> </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> </hidden_content_type_list>
\ No newline at end of file
836 841
\ No newline at end of file \ No newline at end of file
...@@ -16,6 +16,7 @@ Document Module | Spreadsheet ...@@ -16,6 +16,7 @@ Document Module | Spreadsheet
Document Module | Text Document Module | Text
Drawing | Image Drawing | Image
Drawing | Role Definition Drawing | Role Definition
Drawing | Web Page
External Source Module | RSS Feed External Source Module | RSS Feed
External Source Module | URL Crawler External Source Module | URL Crawler
File | Role Definition File | Role Definition
...@@ -25,9 +26,13 @@ Image | Role Definition ...@@ -25,9 +26,13 @@ Image | Role Definition
PDF | Role Definition PDF | Role Definition
Presentation | Image Presentation | Image
Presentation | Role Definition Presentation | Role Definition
Presentation | Web Page
Spreadsheet | Image
Spreadsheet | Role Definition Spreadsheet | Role Definition
Spreadsheet | Web Page
Text | Image Text | Image
Text | Role Definition Text | Role Definition
Text | Web Page
URL Crawler | Drawing URL Crawler | Drawing
URL Crawler | File URL Crawler | File
URL Crawler | Image URL Crawler | Image
......
...@@ -6,4 +6,12 @@ Contribution Tool | PDF ...@@ -6,4 +6,12 @@ Contribution Tool | PDF
Contribution Tool | Presentation Contribution Tool | Presentation
Contribution Tool | Spreadsheet Contribution Tool | Spreadsheet
Contribution Tool | Text Contribution Tool | Text
Contribution Tool | Web Page Contribution Tool | Web Page
\ No newline at end of file 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