diff --git a/examples/official-site/assets/mp3_file.mp3 b/examples/official-site/assets/mp3_file.mp3 new file mode 100644 index 00000000..2072d80a Binary files /dev/null and b/examples/official-site/assets/mp3_file.mp3 differ diff --git a/examples/official-site/sqlpage/migrations/78_media.sql b/examples/official-site/sqlpage/migrations/78_media.sql new file mode 100644 index 00000000..f77e63e9 --- /dev/null +++ b/examples/official-site/sqlpage/migrations/78_media.sql @@ -0,0 +1,91 @@ +INSERT INTO component(name, icon, description, introduced_in_version) VALUES + ('media', 'device-tv', 'A HTML5 media component for playing video or audio files. + +To gain a better understanding of all the available options, we recommend reading the articles on [developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Client-side_APIs/Video_and_audio_APIs) about the `