- π³π±Netherlands Martijn de Wit π³π± The Netherlands
back to RTbC. Patch in D 10.1.x is green
The last submitted patch, 28: 3046152-28.patch, failed testing. View results β
The last submitted patch, 28: 3046152-28.patch, failed testing. View results β
- last update
over 1 year ago 30,126 pass - πΈπ°Slovakia lubwn
Applying patch from #25 worked in my case as well. Tested on Drupal 9.5.
It is also worth noting that this functionality is crucial in accessibility. I was specifically searching for the solution because my videos refused to play on iphone devices. Having "autoplay" and "muted" is apparently not not enough for iphones and instead of at least showing the video with play button it simply decides to not render video at all, leaving the space blank. Adding "playsinline" from the patch actually solved the problem.
- Status changed to Needs work
over 1 year ago 8:34am 17 April 2023 - π¬π§United Kingdom catch
This will change exported configuration for field formatters, but there's no update to keep things in sync. Needs a post update to update configuration in the database, but also the same logic should happen in hook_ENTITY_TYPE_presave() to cover importing default configuration from modules and profiles. Quite a few examples in core to look at, views or any other updates for config entities implement similar patterns.
The issue title mentions muted, but the patch doesn't, should it? #3090641: Add 'muted' configuration to audio field formatter. β is for the audio formatter, not the video one.
- π¦πΉAustria agoradesign
@catch muted is already configurable in the video formatter. I guess, it wasn't, when the issue was created
- Status changed to Needs review
about 1 year ago 7:19am 20 October 2023 - π·πΊRussia kostyashupenko Omsk
Muted is already added, this ticket was renamed to deliver only playsinline setting.
Patch #28 applies cleanly in 11.x. Let's review everything and finally merge
- Status changed to Needs work
about 1 year ago 2:45pm 20 October 2023 - πΊπΈUnited States smustgrave
Looking at #28 noticed we will need an upgrade path + tests for the upgrade because of the schema changes.
- π―π΄Jordan Rajab Natshah Jordan
Drupal 10.2.0 stable was released on: 16 Dec 2023 by: xjm β
Thank you, Drupal core team, and the Drupal Release team.
https://www.drupal.org/project/drupal/releases/10.2.0 βRe-roled the patch to work with Drupal 10.2.0
- last update
12 months ago 25,802 pass, 1,805 fail - Merge request !8471Issue #3046152: Add playsinline option to Video media file formatter β (Open) created by Rajab Natshah
- Merge request !8472Issue #3046152: Add playsinline option to Video media file formatter β (Open) created by Rajab Natshah
- π―π΄Jordan Rajab Natshah Jordan
Attached a static patch file for Drupal core 2024-06-20 10.3.x branch MR 8471, to use with composer patches
- π¬π§United Kingdom yeebot
Patch #54 works for me on Drupal 10.3.6.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
kim.pepper β made their first commit to this issueβs fork.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Added a post update hook and an entity presave as per #43.
The Needs Review Queue Bot β tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Changed the post update hook to actually update the field formatter settings.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
kim.pepper β changed the visibility of the branch 3046152-10-3-x to hidden.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
kim.pepper β changed the visibility of the branch 3046152-video-media-needs to hidden.
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Tests are green β Ready for reviews
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Updated IS
- π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Added upgrade test
- πΊπΈUnited States smustgrave
All feedback for this one appears to be addressed.
Applied the MR locally
Shouldn't the 2 checkboxes for "Muted" and "Plays inline" be above "Display of multiple files". almost missed them.