You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the YouTube functionality of the Embed component it would be useful to allow configuration of the following YouTube player parameters
autoplay
loop
playsinline
rel
mute
All of those are boolean parameters.
These parameters should be enabled in general and have their default values defined in the content policies (exposed via the design dialog). If nothing is enabled, those parameters are not set (for keeping backwards-compatibility)
Documentation
The edit dialog will contain a checkbox item for each enabled YouTube parameter
The design dialog will contain both a checkbox (for enabling) and a drop-down (for selecting the default value) for each YouTube parameter.
The text was updated successfully, but these errors were encountered:
bpauli
changed the title
Embed component: Allow to configure some more YouTube parameters
[Embed] Allow to configure some more YouTube parameters
Jan 29, 2021
Feature Request
For the YouTube functionality of the Embed component it would be useful to allow configuration of the following YouTube player parameters
All of those are boolean parameters.
These parameters should be enabled in general and have their default values defined in the content policies (exposed via the design dialog). If nothing is enabled, those parameters are not set (for keeping backwards-compatibility)
In addition the hl parameter should be automatically set based on the page's language (https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/com/day/cq/wcm/api/Page.html#getLanguage--)
Documentation
The edit dialog will contain a checkbox item for each enabled YouTube parameter
The design dialog will contain both a checkbox (for enabling) and a drop-down (for selecting the default value) for each YouTube parameter.
The text was updated successfully, but these errors were encountered: