mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 08:00:37 +01:00
If we let videojs auto-init the video/audio tags present in the page - we cannot guarantee that the youtube library will be loaded by the time video.js is processing the tag. Video.js uses the presence of a data-setup attibute to signal that it should auto-init this tag, so we have to rename our config attribute to something else.