Closed joe-allen-89 closed 2 months ago
Originally raised during v1 testing - https://github.com/cgkineo/adapt-authoring/issues/40
When adding adapt-youtube to a course in AAT the form is unable to render due to below required:
https://github.com/adaptlearning/adapt-youtube/blob/e9fd6fcf660b981d45c8349ac0c553819ba6d4f2/schema/component.schema.json#L10C1-L12C9
Suggest moving required to _media itself to make the source required:
"required": [ "_source"],
:tada: This issue has been resolved in version 3.2.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Subject of the issue/enhancement/features
Originally raised during v1 testing - https://github.com/cgkineo/adapt-authoring/issues/40
When adding adapt-youtube to a course in AAT the form is unable to render due to below required:
https://github.com/adaptlearning/adapt-youtube/blob/e9fd6fcf660b981d45c8349ac0c553819ba6d4f2/schema/component.schema.json#L10C1-L12C9
Suggest moving required to _media itself to make the source required:
"required": [ "_source"],
Your environment
Steps to reproduce