Skip to content

Is possible has one more input_value in one row? #26

@vml933

Description

@vml933

Hello:

My defined block has 4 input_value, every row only has 1 input_value.
I wish every row has 2 input_value, after try 2 pair message & args, and try "align" tag, both not works.
only choice is set "inputsInline": true: 4 input_value in one row, but when insert 4 block in my block, it looks so long.

Is it possible define how many input_value in each row?

my block just like
{ "type": "myblock", "message0": "A:%1 B:%2 C:%3 D:%4", "args0": [ {"type": "input_value","name": "A"}, {"type": "input_value","name": "B"}, {"type": "input_value","name": "C"}, {"type": "input_value","name": "D"} ], "previousStatement": null, "nextStatement": null }

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions