Skip to content

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

resource_registry = ResourceRegistry(use_defaults=True)

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