Core Extension SDK
Plugin Derivation
The Core DAS Extension allows to automatically derive plugins and inherited plugins. If you want to completely deactivate it or derive manually instead the following code snippets might be helpful.
Disable Plugin Derivation
If you want to disable this automatic derivation you can use skipDerivePlugins in all functions like this:
Error: Could not load example "das-api/core-extension/skip-derive-plugins"
Make sure the file exists at: src/examples/das-api/core-extension/skip-derive-plugins/index.js
Cannot find module './das-api/core-extension/skip-derive-plugins/index.js'
Manual Plugin derivation
You can also manually derive the plugins for the asset if you have already fetched the collection at a prior time using the mpl-core JavaScript SDK like:
Error: Could not load example "das-api/core-extension/manual-plugin-derivation"
Make sure the file exists at: src/examples/das-api/core-extension/manual-plugin-derivation/index.js
Cannot find module './das-api/core-extension/manual-plugin-derivation/index.js'
