Hi,
Is it possible to include two or more separate plugins within a single product?
I’m not talking about multiple modules inside one plugin, but about distinct plugins.
Example structure:
-
IssueProvider(base plugin / common interfaces) -
JiraIssueProvider -
TrelloIssueProvider
My goal is:
-
to ship them as one product,
-
but allow each integration plugin to be enabled or disabled independently via Plugin Settings (or the Plugins window),
-
So users can turn off integrations they don’t need.
Is this supported?