Can't import configuration file with outdated plugins in it
Describe the bug
If you try to import a configuration file which has a plugin in it that isn't present in the data directory, the Island isn't able to import it.
As a user, if I rename my plugin or decide to exclude it, I can't import the rest of the saved configuration. I either have to reenter everything in the UI, or manually change the configuration file and import it.
To Reproduce
Steps to reproduce the behavior:
- Add a plugin to the data directory
- Enable it in the configuration in the UI, submit, and export the configuration
- Stop the Island, remove the plugin from the data directory, and restart the Island
- Try to import the saved configuration
- See error that it couldn't be imported
Expected behavior
We should find a better way to communicate that a plugin wasn't found where it should've been, like a list of plugins that it couldn't find. The rest of the configuration should be imported.
Screenshots

I assume the same thing happens if the plugin is a newer version?
It would be cool if we could prompt the user if they'd like to automatically install/update missing/outdated plugins