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

attempt to add reactjsonschemaform #93

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tdamsma
Copy link
Contributor

@tdamsma tdamsma commented Oct 25, 2020

This PR is meant to illustrate the mess needed to get a custom widget to work, not to actually get merged. See Pylons/deform#485


name = colander.SchemaNode(colander.String(), title="Name")
resource_registry = ReactJsonSchemaFormWidget.register_resources(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is trying to extend an existing registry with a few entries

)

@classmethod
def register_resources(cls, resource_registry):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugliness to extend a particular resource registry with entries for this widget

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