Commit a288a28e authored by Ivan Tyagov's avatar Ivan Tyagov

Extend base "Gadget Type" (instances may contain images).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44540 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab54f728
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>action</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>action_type/object_view</string>
</tuple>
</value>
</item>
<item>
<key> <string>category</string> </key>
<value> <string>object_view</string> </value>
</item>
<item>
<key> <string>condition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>gadget_view</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>View</string>
</tuple>
</value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Action Information</string> </value>
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>3.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Gadget</string> </value>
</item>
<item>
<key> <string>visible</string> </key>
<value> <int>1</int> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Expression" module="Products.CMFCore.Expression"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/Gadget_view</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -7,6 +7,7 @@
</portal_type>
<portal_type id="Gadget Type">
<item>Action Information</item>
<item>Embedded File</item>
</portal_type>
<portal_type id="Knowledge Pad">
<item>Knowledge Box</item>
......@@ -17,4 +18,7 @@
<portal_type id="Preference">
<item>Knowledge Pad</item>
</portal_type>
<portal_type id="Types Tool">
<item>Gadget Type</item>
</portal_type>
</allowed_content_type_list>
\ No newline at end of file
......@@ -3,6 +3,7 @@
<item>Gadget</item>
</portal_type>
<portal_type id="Gadget Type">
<item>DefaultImage</item>
<item>Gadget</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
714
\ No newline at end of file
715
\ No newline at end of file
Gadget Tool | view
Gadget Type | action_view
Gadget Type | gadget_view
Gadget Type | view
Gadget | preferences
Gadget | view
......
Gadget Tool | Gadget
Gadget Type | Action Information
Gadget Type | Embedded File
Gadget | Embedded File
Knowledge Pad Module | Knowledge Pad
Knowledge Pad | Knowledge Box
Preference | Knowledge Pad
\ No newline at end of file
Preference | Knowledge Pad
Types Tool | Gadget Type
\ No newline at end of file
Gadget Type | DefaultImage
Gadget Type | Gadget
Gadget | Gadget
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment