Commit e130c394 authored by Vincent Bechu's avatar Vincent Bechu Committed by Romain Courteaud

[erp5_officejs] change onlyoffice gadget in export site

parent b5312dce
...@@ -35,17 +35,17 @@ ...@@ -35,17 +35,17 @@
"Onlyoffice Text": { "Onlyoffice Text": {
"url": "ooffice_text/", "url": "ooffice_text/",
"cache": "gadget_ooffice_text.appcache", "cache": "gadget_ooffice_text.appcache",
"sub_gadget": ["ooffice_text_gadget", "officejs_setting_gadget"] "sub_gadget": ["ooffice_onlyoffice_gadget", "officejs_setting_gadget"]
}, },
"Onlyoffice Spreadsheet": { "Onlyoffice Spreadsheet": {
"url": "ooffice_spreadsheet/", "url": "ooffice_spreadsheet/",
"cache": "gadget_ooffice_spreadsheet.appcache", "cache": "gadget_ooffice_spreadsheet.appcache",
"sub_gadget": ["ooffice_spreadsheet_gadget", "officejs_setting_gadget"] "sub_gadget": ["ooffice_onlyoffice_gadget", "officejs_setting_gadget"]
}, },
"Onlyoffice Presentation": { "Onlyoffice Presentation": {
"url": "ooffice_presentation/", "url": "ooffice_presentation/",
"cache": "gadget_ooffice_presentation.appcache", "cache": "gadget_ooffice_presentation.appcache",
"sub_gadget": ["ooffice_presentation_gadget", "officejs_setting_gadget"] "sub_gadget": ["ooffice_onlyoffice_gadget", "officejs_setting_gadget"]
}, },
"Web Table Editor": { "Web Table Editor": {
"url": "officejs_web_table_editor/", "url": "officejs_web_table_editor/",
...@@ -133,14 +133,8 @@ ...@@ -133,14 +133,8 @@
"officejs_codemirror": { "officejs_codemirror": {
"cache": "gadget_officejs_codemirror.appcache" "cache": "gadget_officejs_codemirror.appcache"
}, },
"ooffice_text_gadget": { "ooffice_onlyoffice_gadget": {
"cache": "gadget_ooffice_text_gadget.appcache" "cache": "onlyoffice.gadget.appcache"
},
"ooffice_spreadsheet_gadget": {
"cache": "gadget_ooffice_spreadsheet_gadget.appcache"
},
"ooffice_presentation_gadget": {
"cache": "gadget_ooffice_presentation_gadget.appcache"
}, },
"officejs_web_table_editor_gadget": { "officejs_web_table_editor_gadget": {
"cache": "gadget_officejs_web_table_editor.appcache" "cache": "gadget_officejs_web_table_editor.appcache"
......
...@@ -66,6 +66,14 @@ ...@@ -66,6 +66,14 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>creators</string> </key>
<value>
<tuple>
<string>zope</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>default_reference</string> </key> <key> <string>default_reference</string> </key>
<value> <string>gadget_officejs_page_export.js</string> </value> <value> <string>gadget_officejs_page_export.js</string> </value>
...@@ -84,6 +92,25 @@ ...@@ -84,6 +92,25 @@
<key> <string>language</string> </key> <key> <string>language</string> </key>
<value> <string>en</string> </value> <value> <string>en</string> </value>
</item> </item>
<item>
<key> <string>modification_date</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1511776852.32</float>
<string>UTC</string>
</tuple>
</state>
</object>
</value>
</item>
<item> <item>
<key> <string>portal_type</string> </key> <key> <string>portal_type</string> </key>
<value> <string>Web Script</string> </value> <value> <string>Web Script</string> </value>
...@@ -227,7 +254,7 @@ ...@@ -227,7 +254,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>963.17965.11464.64324</string> </value> <value> <string>963.47833.26373.64597</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -245,7 +272,7 @@ ...@@ -245,7 +272,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1509985032.38</float> <float>1511961491.29</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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