Commit e28d03dc authored by Roque's avatar Roque

erp5_web_renderjs_ui: new layout property allowed_sub_types

parent a2dfa77e
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<script data-renderjs-configuration="default_selected_language" type="text/x-renderjs-configuration">${default_selected_language}</script> <script data-renderjs-configuration="default_selected_language" type="text/x-renderjs-configuration">${default_selected_language}</script>
<script data-renderjs-configuration="website_url_set" type="text/x-renderjs-configuration">${website_url_set}</script> <script data-renderjs-configuration="website_url_set" type="text/x-renderjs-configuration">${website_url_set}</script>
<script data-renderjs-configuration="service_worker_url" type="text/x-renderjs-configuration">${service_worker_url}</script> <script data-renderjs-configuration="service_worker_url" type="text/x-renderjs-configuration">${service_worker_url}</script>
<script data-renderjs-configuration="app_action_prefix" type="text/x-renderjs-configuration">${app_action_prefix}</script> <script data-renderjs-configuration="app_allowed_sub_types" type="text/x-renderjs-configuration">${app_allowed_sub_types}</script>
<script data-renderjs-configuration="header_jump_button" type="text/x-renderjs-configuration">${header_jump_button}</script> <script data-renderjs-configuration="header_jump_button" type="text/x-renderjs-configuration">${header_jump_button}</script>
<script data-renderjs-configuration="app_actions" type="text/x-renderjs-configuration">${app_actions}</script> <script data-renderjs-configuration="app_actions" type="text/x-renderjs-configuration">${app_actions}</script>
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>976.29749.33765.26931</string> </value> <value> <string>976.29813.2339.37410</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1560776942.13</float> <float>1560784444.79</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -51,7 +51,7 @@ mapping_dict = { ...@@ -51,7 +51,7 @@ mapping_dict = {
"website_url_set": json.dumps(website_url_set), "website_url_set": json.dumps(website_url_set),
"site_description": web_section.getLayoutProperty("description", default=""), "site_description": web_section.getLayoutProperty("description", default=""),
"site_keywords": web_section.getLayoutProperty("subject", default=""), "site_keywords": web_section.getLayoutProperty("subject", default=""),
"app_action_prefix": web_section.getLayoutProperty("configuration_app_action_prefix", default=""), "app_allowed_sub_types": web_section.getLayoutProperty("configuration_app_allowed_sub_types", default=""),
"header_jump_button": web_section.getLayoutProperty("configuration_header_jump_button", default=False), "header_jump_button": web_section.getLayoutProperty("configuration_header_jump_button", default=False),
"app_actions": web_section.getLayoutProperty("configuration_app_actions", default=""), "app_actions": web_section.getLayoutProperty("configuration_app_actions", default=""),
} }
......
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