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 support for plugin "suites" or composite plugins #1586

Open
Tracked by #1435
mattrunyon opened this issue Oct 19, 2023 · 1 comment
Open
Tracked by #1435

Add support for plugin "suites" or composite plugins #1586

mattrunyon opened this issue Oct 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mattrunyon
Copy link
Collaborator

mattrunyon commented Oct 19, 2023

Most likely just need to support an array of config objects as an option for plugin configs

@mattrunyon mattrunyon changed the title Add support for plugin "suites" or composite plugins. Most likely just need to support an array of config objects as an option for plugin configs Add support for plugin "suites" or composite plugins Oct 19, 2023
@mattrunyon mattrunyon self-assigned this Oct 19, 2023
@mattrunyon mattrunyon added the enhancement New feature or request label Oct 19, 2023
@mattrunyon mattrunyon added this to the October 2023 milestone Oct 19, 2023
@mofojed mofojed modified the milestones: October 2023, December 2023 Dec 4, 2023
@mofojed mofojed modified the milestones: December 2023, January 2024 Jan 9, 2024
@mofojed mofojed modified the milestones: January 2024, Backlog Feb 12, 2024
@mofojed
Copy link
Member

mofojed commented Jun 2, 2024

We should also pass the type through to the WidgetView component:

return <Component fetch={fetch} />;

Right now if you have a view registered for multiple types (e.g. providing multiple values to the supportedTypes prop in WidgetPlugin config), there's no way from the view to determine what type you're being asked to rendered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants