From 19af36f5279c556300706a44d5c4c1bd79acd3f4 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Fri, 19 Jul 2019 12:37:22 -0700 Subject: [PATCH] Link to custom fields demo from demos/index.html --- demos/custom-fields/index.html | 5 +++++ demos/index.html | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/demos/custom-fields/index.html b/demos/custom-fields/index.html index e2c666b45..7f2048669 100644 --- a/demos/custom-fields/index.html +++ b/demos/custom-fields/index.html @@ -18,6 +18,11 @@ is used to define a turtle.

+

All of the custom field implementation is in + demos/custom-fields/field_turtle.js, including comments on each required + function. +

+

Click on the blocks' comment icons to learn what they are demonstrating. Use the buttons below to see how the fields react to changes.

diff --git a/demos/index.html b/demos/index.html index 05d633c90..00c229512 100644 --- a/demos/index.html +++ b/demos/index.html @@ -149,6 +149,18 @@ + + + + + + + +
Custom Fields
+
Implement a custom field.
+ + +