source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/profiles/default/types/GSpreadsheet.xml @ 2637

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

Create namespace quintagroup and move gdocs namespace in it

File size: 2.0 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">GSpreadsheet</property>
6  <property name="description">Lets you select google spreadsheet and worksheet</property>
7  <property name="content_meta_type">GSpreadsheet</property>
8  <property name="content_icon">gspreadsheet_icon.gif</property>
9  <property name="product">quintagroup.plonegooglesitemaps</property>
10  <property name="factory">addGSpreadsheet</property>
11  <property name="immediate_view">base_view</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">base_view</property>
16  <property name="view_methods">
17    <element value="base_view" />
18  </property>
19  <alias from="(Default)" to="(dynamic view)"/>
20  <alias from="edit" to="atct_edit"/>
21  <alias from="sharing" to="@@sharing"/>
22  <alias from="view" to="(selected layout)"/>
23  <action title="View" action_id="view" category="object" condition_expr=""
24    url_expr="string:${object_url}" visible="True" i18n:attributes="title">
25    <permission value="View"/>
26  </action>
27  <action title="Edit" action_id="edit" category="object" condition_expr="not:object/@@plone_lock_info/is_locked_for_current_user|python:True"
28    url_expr="string:${object_url}/edit" visible="True" i18n:attributes="title">
29    <permission value="Modify portal content"/>
30  </action>
31  <action title="History" action_id="history" category="object"
32    condition_expr="" url_expr="string:${object_url}/atct_history"
33    visible="False" i18n:attributes="title">
34    <permission value="ATContentTypes: View history"/>
35   </action>
36  <action title="External Edit" action_id="external_edit" category="object"
37    condition_expr="object/externalEditorEnabled"
38    url_expr="string:${object_url}/external_edit" visible="False"
39    i18n:attributes="title">
40    <permission value="Modify portal content"/>
41  </action>
42</object>
Note: See TracBrowser for help on using the repository browser.