The dynamic plugin support is based on the backend plugin manager package, which is a service that scans a configured root directory (dynamicPlugins.rootDirectory
in the app-config.yaml
file) for dynamic plugin packages and loads them dynamically.
You can use the dynamic plugins that come preinstalled with {product} or install external dynamic plugins from a public NPM registry.
Tip
|
In your plugins configuration file, for preinstalled plugins, use the path specified in the preinstalled plugins tables in the {plugins-ref-book-title}. Use the plugin ID in your plugins' configuration file for external dynamic plugins that you download from an NPM registry. |