Add galleries in targetconfig.
This commit is contained in:
		@@ -246,12 +246,6 @@
 | 
				
			|||||||
        "privacyUrl": "https://makecode.com/privacy",
 | 
					        "privacyUrl": "https://makecode.com/privacy",
 | 
				
			||||||
        "termsOfUseUrl": "https://makecode.com/termsofuse",
 | 
					        "termsOfUseUrl": "https://makecode.com/termsofuse",
 | 
				
			||||||
        "githubUrl": "https://github.com/Microsoft/pxt-microbit",
 | 
					        "githubUrl": "https://github.com/Microsoft/pxt-microbit",
 | 
				
			||||||
        "galleries": {
 | 
					 | 
				
			||||||
            "Projects": "projects",
 | 
					 | 
				
			||||||
            "Examples": "examples"
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "projectGallery": "projects",
 | 
					 | 
				
			||||||
        "exampleGallery": "examples",
 | 
					 | 
				
			||||||
        "crowdinProject": "kindscript",
 | 
					        "crowdinProject": "kindscript",
 | 
				
			||||||
        "boardName": "micro:bit",
 | 
					        "boardName": "micro:bit",
 | 
				
			||||||
        "driveDisplayName": "MICROBIT",
 | 
					        "driveDisplayName": "MICROBIT",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -57,5 +57,9 @@
 | 
				
			|||||||
        "uk",
 | 
					        "uk",
 | 
				
			||||||
        "zh-CN",
 | 
					        "zh-CN",
 | 
				
			||||||
        "zh-TW"
 | 
					        "zh-TW"
 | 
				
			||||||
    ]
 | 
					    ],
 | 
				
			||||||
 | 
					    "galleries": {
 | 
				
			||||||
 | 
					        "Projects": "projects",
 | 
				
			||||||
 | 
					        "Examples": "examples"
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,4 +18,10 @@
 | 
				
			|||||||
    border: black solid 3px;
 | 
					    border: black solid 3px;
 | 
				
			||||||
    color: black;
 | 
					    color: black;
 | 
				
			||||||
    border-radius: 10px;
 | 
					    border-radius: 10px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* Led field editor */
 | 
				
			||||||
 | 
					.blocklyLedOn {
 | 
				
			||||||
 | 
					    stroke: white;
 | 
				
			||||||
 | 
					    stroke-width: 1px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user