diff --git a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Ingestion%20Message.xml b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Ingestion%20Message.xml index 4dfb826fd6a38775929f5010b0e99b9d6dbaf99b..0467447175b2226bf401c085ab45cfcf49cb855a 100644 --- a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Ingestion%20Message.xml +++ b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/Document%20Ingestion%20Message.xml @@ -54,6 +54,10 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>Event</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/RSS%20Feed.xml b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/RSS%20Feed.xml index 4019f6b6f140049a311cc54aebb30e1fd2d6af7b..c4abbad20be1a9b85148059e64627182d70745e5 100644 --- a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/RSS%20Feed.xml +++ b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/RSS%20Feed.xml @@ -52,6 +52,10 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>TextDocument</string> </value> + </item> </dictionary> </pickle> </record> diff --git a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/URL%20Crawler.xml b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/URL%20Crawler.xml index 7db751b81dea944f4234bacf881b2067262ab06c..9d302882356ed7e1aa211cd1a3dd6d878325df9e 100644 --- a/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/URL%20Crawler.xml +++ b/bt5/erp5_dms/PortalTypeTemplateItem/portal_types/URL%20Crawler.xml @@ -52,6 +52,10 @@ <key> <string>title</string> </key> <value> <string></string> </value> </item> + <item> + <key> <string>type_class</string> </key> + <value> <string>ExternalSource</string> </value> + </item> </dictionary> </pickle> </record>