summaryrefslogtreecommitdiff
path: root/LiboExtensionWebsite/am.LiboExtensionCenter/am/LiboExtensionCenter/profiles/default/types/LECImprovementProposalFolder.xml
blob: becc79508574ac02741a4433a9b1e975802b2625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<object name="LECImprovementProposalFolder"
   meta_type="Factory-based Type Information with dynamic views"
   xmlns:i18n="http://xml.zope.org/namespaces/i18n"
   i18n:domain="plone">

 <property name="title" i18n:translate="">Roadmap Section</property>
 <property
    name="description" i18n:translate="">A proposal container has proposals, and a view for the listing.</property>
 <property name="content_icon">improvementproposal_icon.gif</property>
 <property name="content_meta_type">LECImprovementProposalFolder</property>
 <property name="product">LiboExtensionCenter</property>
 <property name="factory">addLECImprovementProposalFolder</property>
 <property name="immediate_view">lec_roadmap</property>
 <property name="global_allow">False</property>
 <property name="filter_content_types">True</property>
 <property name="allowed_content_types">
  <element value="LECImprovementProposal"/>
 </property>
 <property name="allow_discussion">False</property>
 <property name="default_view">lec_roadmap</property>
 <property name="view_methods">
  <element value="lec_roadmap"/>
 </property>
 <property name="default_view_fallback">False</property>
 <alias from="(Default)" to="(dynamic view)"/>
 <alias from="edit" to="atct_edit"/>
 <alias from="index.html" to="(dynamic view)"/>
 <alias from="properties" to="base_metadata"/>
 <alias from="sharing" to="folder_localrole_form"/>
 <alias from="view" to="(selected layout)"/>
 <action title="View" action_id="view" category="object" condition_expr=""
    url_expr="string:${object_url}" visible="True">
  <permission value="View"/>
 </action>
 <action title="Edit" action_id="edit" category="object" condition_expr=""
    url_expr="string:${object_url}/edit" visible="True">
  <permission value="Modify portal content"/>
 </action>
 <action title="Properties" action_id="metadata" category="object"
    condition_expr="" url_expr="string:${object_url}/properties"
    visible="False">
  <permission value="Modify portal content"/>
 </action>
 <action title="References" action_id="references" category="object"
    condition_expr="object/archetype_tool/has_graphviz"
    url_expr="string:${object_url}/reference_graph" visible="False">
  <permission value="Modify portal content"/>
  <permission value="Review portal content"/>
 </action>
 <action title="Folder Listing" action_id="folderlisting" category="folder"
    condition_expr="object/isPrincipiaFolderish"
    url_expr="string:${folder_url}/view" visible="False">
  <permission value="View"/>
 </action>
</object>