mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
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:
committed by
alschmiedt
parent
84514efb09
commit
ee221520a9
@@ -47,6 +47,8 @@
|
||||
<td id="tab_dart" class="taboff tab_collapse">Dart</td>
|
||||
<td class="tabmin tab_collapse"> </td>
|
||||
<td id="tab_xml" class="taboff tab_collapse">XML</td>
|
||||
<td class="tabmin tab_collapse"> </td>
|
||||
<td id="tab_json" class="taboff tab_collapse">JSON</td>
|
||||
<td class="tabmin"> </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}">
|
||||
|
||||
Reference in New Issue
Block a user