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
Hi Guys!Pretty new here. Just want to know what it means to have an author instance where content is created and post approval or something, the content can be published to publish instance. Is there an in-built mechanism which does this? How do we configure a publish instance for an author instance...
I have a class (extending 'ResourceProvider) that returns the properties of a configuration file. Here is my code:@Overridepublic Resource getResource(ResolveContext resolveContext, String path, ResourceContext resourceContext, Resource resource) { try { resolver = resourceResolverFactory....
Hi,I have added the rtePlugins > paraformat > formats > p, h1, h2, h3, h4, h5 on one of my components.What i would like to know is how can i change the current font size and color of the H1, H2..H5 tags?I checked the codes and it seems they are in an iframe (Classic UI) with a body id of "CQrte" and...