source: products/quintagroup.plonegooglesitemaps/tags/1.2/quintagroup/plonegooglesitemaps/profiles/default/types.xml

Last change on this file was 1593, checked in by mylan, 14 years ago

Add content from qPloneGoogleSitemaps. Fix all imports

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.