source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/profiles/default/factorytool.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: 698 bytes
Line 
1<?xml version="1.0"?>
2<!-- This import step informs the portal_factory tool that we want it to
3     manage our content types. This tool deals with the fact that in
4     Archetypes and most CMF types, the object is actually created before
5     the first edit form is filled in. That is, there are no true "add forms".
6     The factory tool creates a temporary object in lieu of an "add form",
7     and then moves the object to the proper location after it has been
8     successfully saved.
9  -->
10<object name="portal_factory" meta_type="Plone Factory Tool">
11  <factorytypes>
12    <!-- -*- extra stuff goes here -*- -->
13    <type portal_type="Bounty Program Submission" />
14  </factorytypes>
15</object>
Note: See TracBrowser for help on using the repository browser.