As I try to import a course into AAT v0.10 (FW v4.3), two custom components are being described as incompatible with the framework:
Course cannot be imported
One or more of the plugins used in this course are not compatible with the version of the framework that is used by this authoring tool. Please remove or update these plugins and try again.
Action needed - This plugin is not supported in this authoring tool. You must remove or update this plugin before you can continue with the import.
I can't figure out what is incompatible about these and what I need to update.
- both components behave correctly when run in the framework v4.3 (outside of the AAT)
- both have bowers with
"framework": ">=2.0.0"
- both bowers have unique values for
"component"
and"displayName"
- both have properties.schema
- neither are currently installed in the AAT
What else does the AAT check during import? Ideas of things for me to check?
(More context: The course was created in the AAT running FW 2.2.5. I exported it and manually upgraded framework and plugins to run with FW 4.3. Now trying to import into a new AAT running FW 4.3)
Thanks