RaspberryPiFoundation / lesson_format

Lesson formatter
17 stars 28 forks source link

Extras #141

Closed rikcross closed 5 months ago

rikcross commented 9 years ago

I'm trying to take the Scratch cards out of the language root and into the Scratch 1 and Scratch 2 sections. However, it doesn't appear as if extras can be anything other than .md files. Is there any way in which I could include a URL in a manifest?:

    "extras": [
        {
            "name": "Scratch Cards",
            "url":  "http://scratch.mit.edu/help/cards/"
        }
    ]