Skip to content

Commit 78b19c7

Browse files
authored
add store in box to beginner mode (#2280)
1 parent c46968a commit 78b19c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/blocks/BoxesBlocks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ function setupBoxesBlocks() {
255255
constructor() {
256256
super("storein2");
257257
this.setPalette("boxes");
258+
this.beginnerBlock(true);
258259
this.setHelpString([
259260
_("The Store in block will store a value in a box."),
260261
"documentation",

0 commit comments

Comments
 (0)