From 1f5311aa1a795a7c8f9e88bdbce80b43a345f1f4 Mon Sep 17 00:00:00 2001 From: Silke Pilon Date: Sun, 28 Jul 2024 14:49:33 +0200 Subject: [PATCH] refactor: Update npm dependencies and add "open" package for future use --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf165c3..8900c61 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,12 @@ In the `flow_functions` directory, open the `functions.json` file and add an ent - `YOUR NAME` - Your GitHub username - `{ "NAME": "number", "NAME": "text" }` - Your input fields. +**Available input options:** +- `text` - An general text input box +- `number` - An input box limited to numbers only +- `switch` - An switch that can be set to true or false + + ### 4. Implement the Node Open your newly created file and implement your node using the following structure: