source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/profiles/default/types/Sitemap.xml @ 1593

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

Add content from qPloneGoogleSitemaps. Fix all imports

File size: 1.5 KB
Line 
1<?xml version="1.0"?>
2<object name="Sitemap"
3   meta_type="Factory-based Type Information with dynamic views"
4   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
5  <property name="title">Sitemap</property>
6  <property name="description">Search engine's Sitemap</property>
7  <property name="content_meta_type">Sitemap</property>
8  <property name="content_icon">document_icon.gif</property>
9  <property name="product">qPloneGoogleSitemaps</property>
10  <property name="factory">addSitemap</property>
11  <property name="immediate_view">atct_edit</property>
12  <property name="global_allow">True</property>
13  <property name="filter_content_types">False</property>
14  <property name="allow_discussion">False</property>
15  <property name="default_view">sitemap.xml</property>
16  <property name="view_methods">
17    <element value="sitemap.xml" />
18    <element value="mobile-sitemap.xml" />
19    <element value="news-sitemap.xml" />
20    <element value="base_view" />
21  </property>
22  <alias from="(Default)" to="(dynamic view)" />
23  <alias from="edit" to="atct_edit" />
24  <alias from="sharing" to="@@sharing" />
25  <alias from="view" to="(selected layout)" />
26  <action title="View" action_id="view" category="object" condition_expr=""
27    url_expr="string:${object_url}/" visible="True">
28    <permission value="View" />
29  </action>
30  <action title="Edit" action_id="edit" category="object" condition_expr=""
31    url_expr="string:${object_url}/edit" visible="True">
32    <permission value="Modify portal content" />
33  </action>
34</object>
Note: See TracBrowser for help on using the repository browser.