-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(emulsif-231): convert audio player to support sdc
- Loading branch information
Mari Nez
committed
Jul 17, 2024
1 parent
a2cf541
commit 3c3b41e
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# ball audio file by marini24 under CC 3.0 | ||
$schema: https://git.drupalcode.org/project/drupal/-/raw/10.1.x/core/modules/sdc/src/metadata.schema.json | ||
|
||
name: Audio Player | ||
group: Components/Media | ||
status: stable | ||
props: | ||
type: object | ||
required: | ||
- audio_content | ||
properties: | ||
audio_content: | ||
type: array | ||
title: Audio player content | ||
description: The content of the audio players. | ||
data: | ||
- '../../media/ball.ogg' | ||
- '../../media/ball.mp3' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.