From 19bcbe045a94a74a719e5aae54d1c91901ebd04b Mon Sep 17 00:00:00 2001 From: Martin Williams Date: Wed, 17 Jan 2024 19:38:38 +0000 Subject: [PATCH] Extension: add pxt-faces (#5438) Co-authored-by: Abhijith Chatra --- docs/extensions.md | 4 ++++ targetconfig.json | 1 + 2 files changed, 5 insertions(+) diff --git a/docs/extensions.md b/docs/extensions.md index fde75b510a5..a25eee8ef5c 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -936,6 +936,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces ## Utilities ```codecard [{ + "name": "Faces", + "url": "/pkg/GrandpaBond/pxt-faces", + "cardType": "package" +}, { "name": "Makey Makey Code-a-Key", "url": "/pkg/joylabz/code-a-key-extension", "cardType": "package" diff --git a/targetconfig.json b/targetconfig.json index aa871c054f3..f34eeb2f74e 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -456,6 +456,7 @@ "4tronix/mars-rover": { "tags": [ "Robotics" ] }, "monkmakes/plant-monitor-makecode": { "tags": [ "Science" ] }, "grandpabond/pxt-flexfx": { "tags": [ "Software" ] }, + "grandpabond/pxt-faces": { "tags": [ "Software" ] }, "joylabz/code-a-key-extension": {}, "eb8ga/pxt-roversa-2": { "tags": [ "Robotics" ] } },