source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/profiles/default/factorytool.xml @ 2642

Last change on this file since 2642 was 2642, checked in by liebster, 14 years ago

Initial package import

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