Support plugin discovery in sub-directories #59189
Labels
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
In order to support a more organized directory structure within
src/plugins
andx-pack/plugins
, we need to be able to discover and load plugins that are in subdirectories, not only the top-level.Discovery algorithm should work something like this:
This should have no affect on the dependency mechanism of the Platform, just where plugins may live in the directory structure.
The text was updated successfully, but these errors were encountered: