- Issue created by @roderik
(Before releasing 3.0.0, I hastily dropped the video processor in the thunder submodule 📌 Drupal 11 compatibility fixes for custom_elements 3.x Active , because it was based on the nearly-unmaintained / D11-incompatible video_embed_field module. However: )
Having a field formatter for video (embed URL) is useful general functionality.
Copy-pasting some analysis that I did for rewriting our internal code from video_embed_field to Core:
https://www.youtube.com/watch?v=gEH291mq48Y&t=7s
Given that opinion: this needs extra 'glue', to fit our functionality onto Core code. The only realistic way is to override the "video:oembed" plugin class. (It uses other classes inside its getMetadata('url')
call, but those are unreachable / marked as internal / based on fetching remote data, which we don't want.)
Active
3.0
Code