Commit c61cf178 authored by Fabien Morin's avatar Fabien Morin

allow portal type PDF on forms

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23005 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cac1cb72
<allowed_content_type_list>
<portal_type id="M0">
<item>File</item>
<item>PDF</item>
<item>M0 Bis</item>
</portal_type>
<portal_type id="M0 Module">
......@@ -9,6 +10,7 @@
<portal_type id="M2">
<item>File</item>
<item>M2 Bis</item>
<item>PDF</item>
</portal_type>
<portal_type id="M2 Module">
<item>M2</item>
......@@ -32,18 +34,21 @@
<item>Organisation</item>
</portal_type>
<portal_type id="P0">
<item>PDF</item>
<item>File</item>
</portal_type>
<portal_type id="P0 Module">
<item>P0</item>
</portal_type>
<portal_type id="P2">
<item>PDF</item>
<item>File</item>
</portal_type>
<portal_type id="P2 Module">
<item>P2</item>
</portal_type>
<portal_type id="P4">
<item>PDF</item>
<item>File</item>
</portal_type>
<portal_type id="P4 Module">
......@@ -51,7 +56,6 @@
</portal_type>
<portal_type id="Person">
<item>Address</item>
<item>Assignment</item>
<item>Telephone</item>
<item>Image</item>
<item>Credit Card</item>
......@@ -61,6 +65,7 @@
<item>Link</item>
<item>Career</item>
<item>Bank Account</item>
<item>Assignment</item>
</portal_type>
<portal_type id="Person Module">
<item>Person</item>
......
907
\ No newline at end of file
908
\ No newline at end of file
M0 Module | M0
M0 | File
M0 | M0 Bis
M0 | PDF
M2 Module | M2
M2 | File
M2 | M2 Bis
M2 | PDF
M4 Module | M4
Organisation Module | Organisation
Organisation | Address
......@@ -18,10 +20,13 @@ Organisation | Link
Organisation | Telephone
P0 Module | P0
P0 | File
P0 | PDF
P2 Module | P2
P2 | File
P2 | PDF
P4 Module | P4
P4 | File
P4 | PDF
Person Module | Person
Person | Address
Person | Assignment
......
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