source: products/qPloneGoogleSitemaps/trunk/profiles/default/factorytool.xml

Last change on this file was 458, checked in by fenix, 18 years ago

qPloneResolveUID import

File size: 680 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="Sitemap" />
14  </factorytypes>
15</object>
Note: See TracBrowser for help on using the repository browser.