Hi,When dynamic media is integrated in AEM author, after an image upload into dam we can get the Dynamic media URL from the renditions. But the same way is there a possibility to get URL for Video as well?From Viewer preset, there is an option to get Video URL and the Embed code. But the URL is not ...
I am having issues trying to access a service of mine in a BundleListener. The service (LanguageService) works in different parts of my code outside of the BundleListener (for example my rest endpoints).Activator:public class Activator implements BundleActivator { @Override public void start(B...
I have a class MyList@Model(adaptables = SlingHttpServletRequest.class, adapters = MyList.class, resourceType = MyListImpl.RESOURCE_TYPE)in Sightly, you can do this<sling:adaptTo adaptable="${slingRequest}" adaptTo="MyList" var="m"/>How can I do the same in Java code?Thanks.
Hello.I am having issues with specific content pushing to our internal publish environment, however, the content seems to publish fine on our externally pointed environment. Again, we have one author instance pushing to two publishers, one internal and one external. We are currently on AEM 6.2 witho...
Hi,We are extending the angular application.Is there a way to minify the .template.html files generated in AEM?Also we would like to see if it's possible to minify the app-module and app-controller files. Currently we are unable to use clientlibs the way our implementation is and as per my understan...
Hello, I am a relatively new AEM Developer, and I have received a request to change the coral theme that is being applied to floating dialogs.I can see that a class of 'coral--dark' is being dynamically applied to the dialog, and I would like to change the theme to 'coral--light' instead. I have tri...
Hi All,I'm new in AEM. I'm learning workflow. I created one workflow model. I'm trying to start this created workflow model but its not starting after input payload.I refer http://www.aemcq5tutorials.com/tutorials/steps-to-create-a-workflow-in-aem/I'm not getting why its not starting. Please help me...
Hi,AS per release notes of AEM 6.3, com.day.cq.security.profile.ProfileManager API is deprecated in this version.Could you please tell me replacement for this or any other way of getting profile?
Hi,I have a Path stored in the localStorage of my browser and would like to use it to test a path condition in Sightly.Can you please let me know if this can be accomplished? If Yes, a prototype of the code would help.Thanks in advance.Regards,Sagar