-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Field FormatterThe thing that glues the pieces and adds glitterThe thing that glues the pieces and adds glitterUI driven hintsShow stuff on screen so people have less guessing to doShow stuff on screen so people have less guessing to doUXLike UI but with an XLike UI but with an XbugSomething isn't workingSomething isn't working
Milestone
Description
What?
Right now I made a decision (sorry @alliomeria ) to fetch Video/Audio and VTTs grouped by upload element on the Audio/Video players.
Means if the VTT is an a different key (upload) than the media it does not get selected.
I can change that
format_strawberryfield/src/Plugin/Field/FieldFormatter/StrawberryAudioFormatter.php
Line 241 in 3941cce
| if (isset($vtt[$drforkey])) { |
And allow a default behavior in case of e.g a single Media and single/multiple VTTs to not care about that.
Will also add a setting to define the default behavior so people can also disable this if it gets messy
alliomeria
Metadata
Metadata
Assignees
Labels
Field FormatterThe thing that glues the pieces and adds glitterThe thing that glues the pieces and adds glitterUI driven hintsShow stuff on screen so people have less guessing to doShow stuff on screen so people have less guessing to doUXLike UI but with an XLike UI but with an XbugSomething isn't workingSomething isn't working