Skip to content
Snippets Groups Projects
Commit 905e938c authored by Eric Rosenbaum's avatar Eric Rosenbaum
Browse files

Move the boost tile into the correct order

parent fe8b914f
No related branches found
Tags 0.1.0-prerelease.20190620215643
No related merge requests found
......@@ -227,66 +227,66 @@ export default [
helpLink: 'https://scratch.mit.edu/ev3'
},
{
name: 'LEGO Education WeDo 2.0',
extensionId: 'wedo2',
name: 'LEGO BOOST',
extensionId: 'boost',
collaborator: 'LEGO',
iconURL: wedo2IconURL,
insetIconURL: wedo2InsetIconURL,
iconURL: boostIconURL,
insetIconURL: boostInsetIconURL,
description: (
<FormattedMessage
defaultMessage="Build with motors and sensors."
description="Description for the 'LEGO WeDo 2.0' extension"
id="gui.extension.wedo2.description"
defaultMessage="Bring robotic creations to life."
description="Description for the 'LEGO BOOST' extension"
id="gui.extension.boost.description"
/>
),
featured: true,
disabled: false,
disabled: true,
bluetoothRequired: true,
internetConnectionRequired: true,
launchPeripheralConnectionFlow: true,
useAutoScan: true,
connectionIconURL: wedo2ConnectionIconURL,
connectionSmallIconURL: wedo2ConnectionSmallIconURL,
connectionTipIconURL: wedo2ConnectionTipIconURL,
connectionIconURL: boostConnectionIconURL,
connectionSmallIconURL: boostConnectionSmallIconURL,
connectionTipIconURL: boostConnectionTipIconURL,
connectingMessage: (
<FormattedMessage
defaultMessage="Connecting"
description="Message to help people connect to their WeDo."
id="gui.extension.wedo2.connectingMessage"
description="Message to help people connect to their BOOST."
id="gui.extension.boost.connectingMessage"
/>
),
helpLink: 'https://scratch.mit.edu/wedo'
helpLink: 'https://scratch.mit.edu/boost'
},
{
name: 'LEGO BOOST',
extensionId: 'boost',
name: 'LEGO Education WeDo 2.0',
extensionId: 'wedo2',
collaborator: 'LEGO',
iconURL: boostIconURL,
insetIconURL: boostInsetIconURL,
iconURL: wedo2IconURL,
insetIconURL: wedo2InsetIconURL,
description: (
<FormattedMessage
defaultMessage="Bring robotic creations to life."
description="Description for the 'LEGO BOOST' extension"
id="gui.extension.boost.description"
defaultMessage="Build with motors and sensors."
description="Description for the 'LEGO WeDo 2.0' extension"
id="gui.extension.wedo2.description"
/>
),
featured: true,
disabled: true,
disabled: false,
bluetoothRequired: true,
internetConnectionRequired: true,
launchPeripheralConnectionFlow: true,
useAutoScan: true,
connectionIconURL: boostConnectionIconURL,
connectionSmallIconURL: boostConnectionSmallIconURL,
connectionTipIconURL: boostConnectionTipIconURL,
connectionIconURL: wedo2ConnectionIconURL,
connectionSmallIconURL: wedo2ConnectionSmallIconURL,
connectionTipIconURL: wedo2ConnectionTipIconURL,
connectingMessage: (
<FormattedMessage
defaultMessage="Connecting"
description="Message to help people connect to their BOOST."
id="gui.extension.boost.connectingMessage"
description="Message to help people connect to their WeDo."
id="gui.extension.wedo2.connectingMessage"
/>
),
helpLink: 'https://scratch.mit.edu/boost'
helpLink: 'https://scratch.mit.edu/wedo'
},
{
name: 'GoDirect Force & Acceleration',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment