🍏Basic Blocks

These are basic input blocks with common functionality for text, numbers and bools (true/false)

Text

The first one is a single line of text (short text) and the second is for muli line text (paragraph) Some blocks may be restricted to a single line of text such as titles, names or ids.

Numbers

The first one is a single number and the second one is a number between these 2 values.

Bool

This block will be either true or false and is also used in logic blocks to check if a value is true or false.

Colors

These blocks are used to define a color value, the first one is in HEX format with # followed by 6 characters and the second one is RGB format which takes a number from 0 - 255.

The last block can be used for user input or dynamic colors based on a variable.

Last updated