1. <?xml version="1.0"?>
  2. <!-- This file registers new types with portal_types. The types are
  3.     then configured with the corresponding files in types/*.xml. Note
  4.     that spaces are allowed in type names, but the corresponding XML file
  5.     uses an underscore instead. The "Factory-based Type Information with
  6.     dynamic views" refers to an FTI from Products.CMFDynamicViewFTI,
  7.     which supports Plone's "display" menu.
  8.  -->
  9. <object name="portal_types" meta_type="Plone Types Tool">
  10.   <!-- -*- extra stuff goes here -*- -->
  11.   <object name="video"
  12.    meta_type="Factory-based Type Information with dynamic views" />
  13.   <object name="audio"
  14.    meta_type="Factory-based Type Information with dynamic views" />
  15. </object>