source: products/qPloneGoogleSitemaps/trunk/profiles/default/types.xml @ 458

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

qPloneResolveUID import

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