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

Forms for JSON schemas #299

Merged
merged 8 commits into from
Oct 22, 2023
Merged

Forms for JSON schemas #299

merged 8 commits into from
Oct 22, 2023

Conversation

kreneskyp
Copy link
Owner

@kreneskyp kreneskyp commented Oct 22, 2023

Description

TypeAutoFields was converted to JSONSchemaForm and now renders component config forms using NodeType.config_schema.

This is a basic implementation that covers the features already in use plus IX specific UI options. It doesn't include support for the full JSON spec but covers most properties that have been encountered thus far.

Changes

  • json_form.JSONSchemaForm built from TypeAutoFields
  • Config editor updated to use JSONSchemaForm
  • TypeAutoFields deprecated and removed.

How Tested

  • lots of manual testing with secrets and config forms.

TODOs

[List any outstanding TODOs or known issues that still need to be addressed.]

@kreneskyp kreneskyp merged commit f2b8397 into master Oct 22, 2023
6 checks passed
@kreneskyp kreneskyp deleted the json_form branch October 22, 2023 21:33
@kreneskyp kreneskyp mentioned this pull request Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant