Commit a09e5a78 authored by Rafael Monnerat's avatar Rafael Monnerat

Added Slideshow editor to Web Page

Web Page should be also capable to use Slide Show editor.
parent 374be4c2
......@@ -38,7 +38,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>edit_slideshow</string> </value>
<value> <string>view_slideshow_editor</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
......
......@@ -56,7 +56,7 @@
</item>
<item>
<key> <string>priority</string> </key>
<value> <float>1.0</float> </value>
<value> <float>22.0</float> </value>
</item>
<item>
<key> <string>title</string> </key>
......
<?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> <string>Javascript SlideShow editor (modifies the order of the slide show)</string> </value>
</item>
<item>
<key> <string>icon</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>view_slideshow_editor</string> </value>
</item>
<item>
<key> <string>permissions</string> </key>
<value>
<tuple>
<string>Modify portal content</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>1.5</float> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Edit Slideshow</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}/TestPage_viewEditSlideShow</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
37
\ No newline at end of file
38
\ No newline at end of file
......@@ -6,7 +6,6 @@ Test Page Module | convert_to_test_pages
Test Page Module | convert_to_web_pages
Test Page Module | fast_input
Test Page Module | view
Test Page | edit_slideshow
Test Page | edit_test
Test Page | export_book
Test Page | export_chapter
......@@ -20,8 +19,10 @@ Test Page | slideshow
Test Page | update_report
Test Page | view
Test Page | view_editor
Test Page | view_slideshow_editor
Test Page | view_test_report
Test Page | web_view
Web Page | export_book
Web Page | export_chapter
Web Page | slideshow
\ No newline at end of file
Web Page | slideshow
Web Page | view_slideshow_editor
\ 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