You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [3.2.2](v3.2.1...v3.2.2) (2024-09-05)
### Fix
* "required":"_media" replaced with a more specific "required": "_source" (fixes#31) (#32) ([b09f6e1](b09f6e1)), closes [#31](#31) [#32](#32)
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
The text was updated successfully, but these errors were encountered: