Ship local video media type with Drupal CMS for better compatibility with Canvas
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3557383. --> Reported by: [mherchel](https://www.drupal.org/user/118428) Related to !685 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Slack discussion at <a href="https://drupal.slack.com/archives/C072BF486FN/p1762886130902909">https://drupal.slack.com/archives/C072BF486FN/p1762886130902909</a> and Youtube video explaining the problem at <a href="https://www.youtube.com/watch?v=2ATEgPzcBGo">https://www.youtube.com/watch?v=2ATEgPzcBGo</a></p> <p>If we ship a component with </p> <pre>&nbsp;&nbsp;&nbsp; video:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; title: Video file<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $ref: json-schema-definitions://canvas.module/video<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type: object</pre><p>and the local video media type does not exist, then Canvas will load up a somewhat hacky looking file picker that doesn't work all the time. Ideally, we'd like to be able to use the media library. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-data-model-changes">Configuration changes</h3>
issue