source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/profiles/default/types.xml @ 3129

Last change on this file since 3129 was 3129, checked in by mylan, 13 years ago

Initial import of the package

File size: 651 bytes
Line 
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="Bounty Program Submission"
12    meta_type="Factory-based Type Information with dynamic views" />
13</object>
Note: See TracBrowser for help on using the repository browser.