boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Workflow - Better mapping of Params to Config (AbstractInput). #416

Open tlawrie opened 1 year ago

tlawrie commented 1 year ago

In the ParameterUtil class, everything maps to text. We need to use the InputType in the front end to map to the param types

export const InputType = Object.freeze({ Boolean: "boolean", Email: "email", Number: "number", Password: "password", Select: "select", TextArea: "textarea", Text: "text", TextEditor: "texteditor", TextEditorJs: "texteditor::javascript", TextEditorText: "texteditor::text", TextEditorShell: "texteditor::shell", TextEditorYaml: "texteditor::yaml", URL: "url", });