Appearance
config.json
{ ... "defaultValues": { ... "inputText": "Default text", ... }, "fields": [ { { "name": "inputText", "type": "text", ... } ... }, ... ] }
inputText
{ "name": "inputText", "type": "text", ... }
script.js
... const myTextValue = command.inputText; ...