Add galleries in targetconfig.

This commit is contained in:
Sam El-Husseini 2018-05-10 18:49:59 -07:00
parent 442722f12e
commit faac0127e3
3 changed files with 11 additions and 7 deletions

View File

@ -246,12 +246,6 @@
"privacyUrl": "https://makecode.com/privacy",
"termsOfUseUrl": "https://makecode.com/termsofuse",
"githubUrl": "https://github.com/Microsoft/pxt-microbit",
"galleries": {
"Projects": "projects",
"Examples": "examples"
},
"projectGallery": "projects",
"exampleGallery": "examples",
"crowdinProject": "kindscript",
"boardName": "micro:bit",
"driveDisplayName": "MICROBIT",

View File

@ -57,5 +57,9 @@
"uk",
"zh-CN",
"zh-TW"
]
],
"galleries": {
"Projects": "projects",
"Examples": "examples"
}
}

View File

@ -19,3 +19,9 @@
color: black;
border-radius: 10px;
}
/* Led field editor */
.blocklyLedOn {
stroke: white;
stroke-width: 1px;
}