-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Pre-loaded plugins are called before other potentially necessary properties are set on the instance (by inheriting applications or even other non-pre-loaded instance plugins).
We might need implement some type of control over when to invoke pre-loaded plugins. Or even just allow them to be loaded, but not invoked, so that an inheriting application can do .run on the instance to call the plugins.
@doowb thoughts?