From 25e6f9019504dd159fcfb596c512e03178c3e467 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 29 Apr 2024 16:29:19 -0700 Subject: [PATCH] add card type to GameGo cards (#6407) --- docs/courses.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/courses.md b/docs/courses.md index b605bde8f6..ec46912b3e 100644 --- a/docs/courses.md +++ b/docs/courses.md @@ -51,6 +51,7 @@ The games they make in the course can run on the GameGo device! Courses are free "url": "https://make2learn.tinkergen.com/course/?sku=604182001", "imageUrl": "/static/courses/gamego-beginner.png", "largeImageUrl": "/static/courses/gamego-beginner.png", + "cardType": "link", "directOpen": true }, { "name": "GameGo Intermediate Programming Course", @@ -58,6 +59,7 @@ The games they make in the course can run on the GameGo device! Courses are free "url": "https://make2learn.tinkergen.com/course/?sku=604182003", "imageUrl": "/static/courses/gamego-intermediate.png", "largeImageUrl": "/static/courses/gamego-intermediate.png", + "cardType": "link", "directOpen": true } ]