diff --git a/docs/extensions/extension-gallery.md b/docs/extensions/extension-gallery.md index 629259a1892..06b00ab13a3 100644 --- a/docs/extensions/extension-gallery.md +++ b/docs/extensions/extension-gallery.md @@ -399,6 +399,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o "name": "FWD Edu Smart Hydroponics Kit", "url": "/pkg/Forward-Education/pxt-smart-hydroponics", "cardType": "package" +}, { + "name": "FWD Edu Smart: All Kits", + "url": "/pkg/Forward-Education/pxt-all-fwd-blocks", + "cardType": "package" }, { "name": "BP Lab micro:bit Kit", "url": "/pkg/team-bp/pxt-bplab", diff --git a/targetconfig.json b/targetconfig.json index 2f454cad1b5..3cac7f30f1e 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -487,6 +487,7 @@ "forward-education/pxt-smart-soldering": { "tags": [ "Science" ] }, "forward-education/pxt-smart-solar": { "tags": [ "Science" ] }, "forward-education/pxt-smart-hydroponics": { "tags": [ "Science" ] }, + "forward-education/pxt-all-fwd-blocks": { "tags": [ "Science" ] }, "forward-education/pxt-climate-action": { "tags": [ "Science" ] }, "elecfreaks/pxt-petal": { "tags": [ "Science" ] }, "kitronikltd/pxt-kitronik-mai-z": { "tags": [ "Robotics" ] },