TEXTAREA
yamlname: "input_TEXTAREA" inputs: textarea_1: type: TEXTAREA name: "Textarea #1" default: |- First line of multi-line text input. Second line of multi-line text input. Third line of multi-line text input. Fourth line of multi-line text input. textarea_2: type: TEXTAREA name: "Textarea #2" info: "This is an example description for the textarea field above." execute_commands: - echo $textarea_1 - echo $textarea_2 docker_image_name: "ubuntu" docker_image_tag: "latest"
This action has two text areas:
- the first has four lines of default text
- the second one has an infobox with an explanation of what it does
Image loading...
Last modified on Sep 23, 2024