Skip to content

Commit

Permalink
your block
Browse files Browse the repository at this point in the history
  • Loading branch information
snickell committed May 15, 2024
1 parent 62f7b2c commit 46e2c1b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ const your = defineBlock(
return [`(${value}).length`, 0];
},
{
message: "your",
message0: "your %1",
args0: [
{
type: "input_value",
name: "VALUE",
check: "String",
},
],
output: "Number",
colour: 160,
tooltip: "Returns number of letters in the provided text.",
Expand Down

0 comments on commit 46e2c1b

Please sign in to comment.