fix: update code demo to include JSON (#5444)

* fix: update code demo to include JSON

* fix: do property renames

* fix: change XML to place holder

* fix: PR comments
This commit is contained in:
Beka Westberg
2021-09-10 13:51:12 +00:00
committed by alschmiedt
parent 84514efb09
commit ee221520a9
46 changed files with 122 additions and 93 deletions

View File

@@ -47,6 +47,8 @@
<td id="tab_dart" class="taboff tab_collapse">Dart</td>
<td class="tabmin tab_collapse">&nbsp;</td>
<td id="tab_xml" class="taboff tab_collapse">XML</td>
<td class="tabmin tab_collapse">&nbsp;</td>
<td id="tab_json" class="taboff tab_collapse">JSON</td>
<td class="tabmin">&nbsp;</td>
<td id="tab_code" class="taboff">
<select id="code_menu"></select>
@@ -78,6 +80,7 @@
<pre id="content_lua" class="content prettyprint lang-lua"></pre>
<pre id="content_dart" class="content prettyprint lang-dart"></pre>
<textarea id="content_xml" class="content" wrap="off"></textarea>
<textarea id="content_json" class="content" wrap="off"></textarea>
<xml xmlns="https://developers.google.com/blockly/xml" id="toolbox" style="display: none">
<category name="%{BKY_CATLOGIC}" colour="%{BKY_LOGIC_HUE}">