diff --git a/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index 2cd9f25d6ef798b0f210b0e1c03531cf2327264b..59a03fa25c3400aef1dca51127015536cbdb4c5f 100644 --- a/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -1,8 +1,6 @@ <allowed_content_type_list> <portal_type id="Document Module"> <item>Text</item> - <item>External Library File</item> - <item>External Web Page</item> <item>Spreadsheet</item> <item>Presentation</item> <item>PDF</item> @@ -15,6 +13,10 @@ <portal_type id="External Library File"> <item>Book</item> </portal_type> + <portal_type id="External Source Module"> + <item>External Web Page</item> + <item>External Library File</item> + </portal_type> <portal_type id="File"> <item>Role Definition</item> </portal_type>