pxt-calliope/targetconfig.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-04 18:12:21 +01:00
{
2016-11-04 18:14:28 +01:00
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation"
2016-11-04 19:07:07 +01:00
],
"approvedRepos": [
2017-01-23 12:52:53 +01:00
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
2017-06-14 17:56:41 +02:00
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"KitronikLtd/pxt-kitronik-servo-lite",
"Tinkertanker/pxt-ssd1306-microbit"
2017-06-14 18:39:26 +02:00
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
2016-11-04 18:32:29 +01:00
]
},
"languages": [
"de",
2017-04-29 04:06:26 +02:00
"en",
"fr",
"ja",
2017-04-29 04:02:32 +02:00
"nl",
"no",
"sv-SE",
"si-LK",
"zh-CN",
"zh-TW"
2017-06-15 19:58:24 +02:00
],
"notifications": {
2017-06-16 16:04:59 +02:00
"pxt.microbit.org": {
"type": "warning",
"heading": "Important",
"message": "This editor is moving to https://makecode.microbit.org on July 22nd 2017. Please update your bookmarks and school internet filters.",
"url": "https://makecode.microbit.org",
"readmore": "https://makecode.com/blog/microbit/v0.12.35"
}
2017-06-15 19:58:24 +02:00
}
}