Commit b7d5c540 authored by Vincent Bechu's avatar Vincent Bechu Committed by Cédric Le Ninivin

erp5_officejs: add setting gadget as web site

parent 97b29ffa
......@@ -18,6 +18,6 @@
<script data-renderjs-configuration="parent_relative_url" type="text/x-renderjs-configuration">web_page_module</script>
<script data-renderjs-configuration="document_title" type="text/x-renderjs-configuration">Illustration</script>
<script data-renderjs-configuration="document_title_plural" type="text/x-renderjs-configuration">Illustrations</script>
<script data-renderjs-configuration="global_setting_gadget_url" type="text/x-renderjs-configuration">https://setting-gadget.app.officejs.com/0.1.1/</script>
<script data-renderjs-configuration="global_setting_gadget_url" type="text/x-renderjs-configuration">/erp5/web_site_module/officejs_setting_gadget/</script>
</body>
</html>
\ No newline at end of file
......@@ -140,6 +140,10 @@
<key> <string>title</string> </key>
<value> <string>OfficeJS SVG Editor router Gadget</string> </value>
</item>
<item>
<key> <string>url_string</string> </key>
<value> <string>gadget_officejs_svg_editor_router.html</string> </value>
</item>
<item>
<key> <string>version</string> </key>
<value> <string>001</string> </value>
......@@ -202,7 +206,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supercedriclen</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -224,7 +228,7 @@
</tuple>
<state>
<tuple>
<float>1464252022.79</float>
<float>1481106104.27</float>
<string>UTC</string>
</tuple>
</state>
......@@ -255,7 +259,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supercedriclen</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -269,7 +273,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>951.29223.38906.39389</string> </value>
<value> <string>955.52301.48754.36147</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -287,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>1464252012.61</float>
<float>1481206232.63</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -18,6 +18,6 @@
<script data-renderjs-configuration="parent_relative_url" type="text/x-renderjs-configuration">web_page_module</script>
<script data-renderjs-configuration="document_title" type="text/x-renderjs-configuration">Text Document</script>
<script data-renderjs-configuration="document_title_plural" type="text/x-renderjs-configuration">Text Documents</script>
<script data-renderjs-configuration="global_setting_gadget_url" type="text/x-renderjs-configuration">https://setting-gadget.app.officejs.com/0.1.1/</script>
<script data-renderjs-configuration="global_setting_gadget_url" type="text/x-renderjs-configuration">/erp5/web_site_module/officejs_setting_gadget/</script>
</body>
</html>
\ No newline at end of file
......@@ -136,10 +136,18 @@
<none/>
</value>
</item>
<item>
<key> <string>text_content_substitution_mapping_method_id</string> </key>
<value> <string>WebPage_getRenderJSSubstitutionMappingDict</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>OfficeJS Text Editor router Gadget</string> </value>
</item>
<item>
<key> <string>url_string</string> </key>
<value> <string>gadget_officejs_text_editor_router.html</string> </value>
</item>
<item>
<key> <string>version</string> </key>
<value> <string>001</string> </value>
......@@ -202,7 +210,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supercedriclen</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -224,7 +232,7 @@
</tuple>
<state>
<tuple>
<float>1464191881.47</float>
<float>1481106104.26</float>
<string>UTC</string>
</tuple>
</state>
......@@ -255,7 +263,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>supercedriclen</string> </value>
<value> <string>zope</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -269,7 +277,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>951.28215.25943.30651</string> </value>
<value> <string>955.53933.55187.36181</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -287,7 +295,7 @@
</tuple>
<state>
<tuple>
<float>1464191685.95</float>
<float>1481204936.04</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -4,4 +4,6 @@ web_page_module/gadget_ooffice_*
web_site_module/officejs_text_editor
web_site_module/officejs_text_editor/**
web_site_module/officejs_spreadsheet
web_site_module/officejs_spreadsheet/**
\ No newline at end of file
web_site_module/officejs_spreadsheet/**
web_site_module/officejs_setting_gadget
web_site_module/officejs_setting_gadget/**
\ No newline at end of file
......@@ -4,4 +4,6 @@ web_page_module/gadget_ooffice_*
web_site_module/officejs_text_editor
web_site_module/officejs_text_editor/**
web_site_module/officejs_spreadsheet
web_site_module/officejs_spreadsheet/**
\ No newline at end of file
web_site_module/officejs_spreadsheet/**
web_site_module/officejs_setting_gadget
web_site_module/officejs_setting_gadget/**
\ No newline at end of file
web_page_module/gadget_ckeditor_*
web_page_module/gadget_officejs_*
web_page_module/gadget_ooffice_*
web_site_module/officejs_setting_gadget
web_site_module/officejs_setting_gadget/**
web_site_module/officejs_spreadsheet
web_site_module/officejs_spreadsheet/**
web_site_module/officejs_svg_editor
......
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