- Issue created by @nord102
- Merge request !22Issue #3417880: Update Video settingsForm to leverage filter_var for settings default values → (Open) created by nord102
- Status changed to Needs review
10 months ago 8:28pm 29 January 2024 - 🇨🇦Canada nord102
I have created a fork and MR that leverages
filter_var
as the Autoplay and Responsive Video setting values are set to strings (e.g. "true") which result in FALSE without thefilter_var
- 🇷🇴Romania sorina.hriban
Added patch in case anyone needs it.
Had the same problem, even though responsive is true, on the popup form is displayed as false.
Works as expected now after applying nord102's code. - Status changed to RTBC
7 months ago 6:15am 10 May 2024 - 🇱🇧Lebanon ewehbe
I integrated the Video Embed Field in my CKEditor 5 via Video Embed WYSIWYG.
I turned off the two checkboxes: Autoplay and Responsive.
When I create content and use the video embed button in my CKEditor, both checkboxes are checked even though the checkboxes are unchecked in the CKEditor configuration.Is this issue related ?
Because the patch provided won't fix my issue.