In Design dialog (Template -- Embed Policy) , you have to select the
Option YouTube (Template) and then if you select YouTube in selection
box, you will get the remaining options
Can you paste your dialog image hereAre you saying, you are not able to
see three Radio options? (URL , Embeddable, HTML) you have to select
Embeddable Radio option to see the height and width details dialog
can you please post complete test class here, == The below code is
correct and should work ==RequestParameterMap requestParameterMap =
mock(RequestParameterMap.class);when(requestParameterMap.entrySet()).thenReturn(params.entrySet());
=== try this
onewhen(parameterMap.isEmpty()).thenReturn(Boolean.FALSE);when(parameterMap.getValue("firstName")).thenReturn("test");
You can extend any core component or customize functionality.Try like
this: Step 1: Create an Interface to extend ContentFragment class and
add a method to return pathStep 2: Implement the class , use Delegation
==== Declare an Interface to ContentFragment Extention Class
=========import
com.adobe.cq.wcm.core.components.internal.models.v1.contentfragment;/***
An extension to the AEM Core Component ContentFragment*/public interface
ContentFragmentExtention extends ContentFragment {default String
...
check this class - DynamicMediaProcessorImpl and resolve the package
com.day.cq.dam.api.s7dam.scene7If you are using any IDE, it will give
you option to import/resolve/fix project set upor you can try, just mvn
clean install to import all dependencies
If your instances are managed by AMS (Adobe Managed Services) - you can
request them to set up the sync from production to lower environments,
they should set up this with their Custom Scripts