@@ -227,66 +227,66 @@ export default [
227
227
helpLink : 'https://scratch.mit.edu/ev3'
228
228
} ,
229
229
{
230
- name : 'LEGO Education WeDo 2.0 ' ,
231
- extensionId : 'wedo2 ' ,
230
+ name : 'LEGO BOOST ' ,
231
+ extensionId : 'boost ' ,
232
232
collaborator : 'LEGO' ,
233
- iconURL : wedo2IconURL ,
234
- insetIconURL : wedo2InsetIconURL ,
233
+ iconURL : boostIconURL ,
234
+ insetIconURL : boostInsetIconURL ,
235
235
description : (
236
236
< FormattedMessage
237
- defaultMessage = "Build with motors and sensors ."
238
- description = "Description for the 'LEGO WeDo 2.0 ' extension"
239
- id = "gui.extension.wedo2 .description"
237
+ defaultMessage = "Bring robotic creations to life ."
238
+ description = "Description for the 'LEGO BOOST ' extension"
239
+ id = "gui.extension.boost .description"
240
240
/>
241
241
) ,
242
242
featured : true ,
243
- disabled : false ,
243
+ disabled : true ,
244
244
bluetoothRequired : true ,
245
245
internetConnectionRequired : true ,
246
246
launchPeripheralConnectionFlow : true ,
247
247
useAutoScan : true ,
248
- connectionIconURL : wedo2ConnectionIconURL ,
249
- connectionSmallIconURL : wedo2ConnectionSmallIconURL ,
250
- connectionTipIconURL : wedo2ConnectionTipIconURL ,
248
+ connectionIconURL : boostConnectionIconURL ,
249
+ connectionSmallIconURL : boostConnectionSmallIconURL ,
250
+ connectionTipIconURL : boostConnectionTipIconURL ,
251
251
connectingMessage : (
252
252
< FormattedMessage
253
253
defaultMessage = "Connecting"
254
- description = "Message to help people connect to their WeDo ."
255
- id = "gui.extension.wedo2 .connectingMessage"
254
+ description = "Message to help people connect to their BOOST ."
255
+ id = "gui.extension.boost .connectingMessage"
256
256
/>
257
257
) ,
258
- helpLink : 'https://scratch.mit.edu/wedo '
258
+ helpLink : 'https://scratch.mit.edu/boost '
259
259
} ,
260
260
{
261
- name : 'LEGO BOOST ' ,
262
- extensionId : 'boost ' ,
261
+ name : 'LEGO Education WeDo 2.0 ' ,
262
+ extensionId : 'wedo2 ' ,
263
263
collaborator : 'LEGO' ,
264
- iconURL : boostIconURL ,
265
- insetIconURL : boostInsetIconURL ,
264
+ iconURL : wedo2IconURL ,
265
+ insetIconURL : wedo2InsetIconURL ,
266
266
description : (
267
267
< FormattedMessage
268
- defaultMessage = "Bring robotic creations to life ."
269
- description = "Description for the 'LEGO BOOST ' extension"
270
- id = "gui.extension.boost .description"
268
+ defaultMessage = "Build with motors and sensors ."
269
+ description = "Description for the 'LEGO WeDo 2.0 ' extension"
270
+ id = "gui.extension.wedo2 .description"
271
271
/>
272
272
) ,
273
273
featured : true ,
274
- disabled : true ,
274
+ disabled : false ,
275
275
bluetoothRequired : true ,
276
276
internetConnectionRequired : true ,
277
277
launchPeripheralConnectionFlow : true ,
278
278
useAutoScan : true ,
279
- connectionIconURL : boostConnectionIconURL ,
280
- connectionSmallIconURL : boostConnectionSmallIconURL ,
281
- connectionTipIconURL : boostConnectionTipIconURL ,
279
+ connectionIconURL : wedo2ConnectionIconURL ,
280
+ connectionSmallIconURL : wedo2ConnectionSmallIconURL ,
281
+ connectionTipIconURL : wedo2ConnectionTipIconURL ,
282
282
connectingMessage : (
283
283
< FormattedMessage
284
284
defaultMessage = "Connecting"
285
- description = "Message to help people connect to their BOOST ."
286
- id = "gui.extension.boost .connectingMessage"
285
+ description = "Message to help people connect to their WeDo ."
286
+ id = "gui.extension.wedo2 .connectingMessage"
287
287
/>
288
288
) ,
289
- helpLink : 'https://scratch.mit.edu/boost '
289
+ helpLink : 'https://scratch.mit.edu/wedo '
290
290
} ,
291
291
{
292
292
name : 'GoDirect Force & Acceleration' ,
0 commit comments