Link to custom fields demo from demos/index.html

This commit is contained in:
Rachel Fenichel
2019-07-19 12:37:22 -07:00
parent 674b2621ea
commit 19af36f527
2 changed files with 17 additions and 0 deletions

View File

@@ -18,6 +18,11 @@
is used to define a turtle.
</p>
<p>All of the custom field implementation is in
demos/custom-fields/field_turtle.js, including comments on each required
function.
</p>
<p>Click on the blocks' comment icons to learn what they are demonstrating.
Use the buttons below to see how the fields react to changes.
</p>

View File

@@ -149,6 +149,18 @@
</td>
</tr>
<tr>
<td>
<a href="custom-fields/index.html">
<img src="custom-fields/icon.png" height=80 width=100>
</a>
</td>
<td>
<div><a href="custom-fields/index.html">Custom Fields</a></div>
<div>Implement a custom field.</div>
</td>
</tr>
<tr>
<td>
<a href="storage/index.html">