Skip to content

Commit aa7986d

Browse files
authored
Add new block specifications for coreex category
1 parent 5e672d4 commit aa7986d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

syntax/commands.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,19 @@ export default [
12671267
shape: "boolean",
12681268
category: "obsolete",
12691269
},
1270+
{
1271+
id: "coreex.blockwitimageturnrightInline",
1272+
spec: "block with image @turnRight inline",
1273+
shape: "stack",
1274+
category: "coreex",
1275+
},
1276+
{
1277+
selector: "exampleBlock",
1278+
spec: "example block",
1279+
inputs: [],
1280+
shape: "reporter",
1281+
category: "coreex",
1282+
},
12701283
// TODO define
12711284
{
12721285
id: "facesensing.goToPart",

0 commit comments

Comments
 (0)