Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a control for dictionary types in the node properties panel #2256

Open
kiersten-stokes opened this issue Oct 26, 2021 · 0 comments
Open

Comments

@kiersten-stokes
Copy link
Member

Is your feature request related to a problem? Please describe.
With the support for BYO catalog types, what is currently the Component Source property in the node properties panel must change from a generic string indicating a url or path to a dictionary of key-value pairs that indicate where that component specification file can be found.

e.g., the new version of Component Source should be able to support the following format (as received in the properties JSON for a component)

{
  "hostname": "http://localhost",
  "port": "8000",
  "component_id": "filter-text"
}

Describe the solution you'd like
The new control should be able to display a dictionary with string-valued keys and string values. This also needs to be read-only; a user should not be able to edit anything in this property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants