diff --git a/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
index c7370586dc27ddeba3a93c6f78d519bdbd985f4b..833ea125ec83ab61dd51eedccda85319b71cc977 100644
--- a/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
+++ b/bt5/erp5_dms/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml
@@ -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">
diff --git a/bt5/erp5_dms/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml b/bt5/erp5_dms/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
index ed41e9acaa5b2ca4ae67ad041b6909525522c0d0..18552b4b06e5a5f9128bd1c6efc8b2e4ed92bcb4 100644
--- a/bt5/erp5_dms/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
+++ b/bt5/erp5_dms/PortalTypeHiddenContentTypeTemplateItem/hidden_content_type_list.xml
@@ -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
diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision
index 7b376413385a84bfa25ca16d3be99b17b8880a4a..f08bce7b1cdfccb3c6535b9136460570f5632578 100644
--- a/bt5/erp5_dms/bt/revision
+++ b/bt5/erp5_dms/bt/revision
@@ -1 +1 @@
-836
\ No newline at end of file
+841
\ No newline at end of file
diff --git a/bt5/erp5_dms/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_dms/bt/template_portal_type_allowed_content_type_list
index 806ab38886dd72a70cc641babf07265424331381..230160764bd50deaddaef43f0884b1abe24f79be 100644
--- a/bt5/erp5_dms/bt/template_portal_type_allowed_content_type_list
+++ b/bt5/erp5_dms/bt/template_portal_type_allowed_content_type_list
@@ -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
diff --git a/bt5/erp5_dms/bt/template_portal_type_hidden_content_type_list b/bt5/erp5_dms/bt/template_portal_type_hidden_content_type_list
index 322def814b4b7612952980dfdf8196e719951d2a..ea2b2c238ec0c4cdcacb0706ee935d134746892f 100644
--- a/bt5/erp5_dms/bt/template_portal_type_hidden_content_type_list
+++ b/bt5/erp5_dms/bt/template_portal_type_hidden_content_type_list
@@ -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