Removing the Default File Type from the "Add New Item" Menu
I installed Ingeniweb's PloneExFile and AttachmentField products in order to be able to index certain uploaded file types. Now, I want to remove the default "File" (CMFFile) type from the "Add New Item" menu in order to reduce any confusion on the part of my end users over which "File" menu entry they should choose. To do so, I deleted the default "File" type from the Plone instance's portal_types list.
- Access the Plone ZMI.
- Click the portal_types link.
- (optional) Export the File type by checking the box next to File and clicking Import/Export. Click the Export button to save the File type to disk.
- Delete the File type by checking the box next to File and clicking Delete.