I am attempted to map the Title component in an SPA, but was curious how others were able to map the "type" property to the title.component.html file. title.component.tsimport { Component, Input, OnInit } from '@angular/core'; import {MapTo} from '@adobe/cq-angular-editable-components'; @Component(...
Hi All, Any suggestion on how we can implement the pagination logic using the core content fragment list component. May be extending com.adobe.cq.wcm.core.components.models.contentfragment.ContentFragmentList class but not sure if we can do that. Thanks in advance.
Hi Team, I'm not sure we are not storing OSGI configurations in node structure it's always saves under launchpadcan you please help me is there a better way to export selected OSGI Configuration from one AEM instance to other? Thanks,Koti.
I have requirement where i do need to add Content Disposition as inline for some specific paths. For this,I have added my component implementing Filter interface, i can see its being called (last in chain) and adding content disposition however in final rendering, its being deleted. I think some OOT...
Hello, AEM Community Do you have any guide, best practices or experience in updating dispatcher configuration after update AEM from 6.3 to 6.4-5?I didn't find anything in the internet. Thanks.
Anyidea How to hide the workflow models for certain groups or a user in AEM 6.5?runtime workflows are updated in /var/workflow/models,In useradmin console I am unble to set permission to specific workflow model because workflowmodel is in /var/workflow/model is xml file and NOT havingmixnTypes: rep:...
I have the below requirement: Suppose when the end user enters http://abc-123.co.in , the rewrite rule should be set in such a way that the URL is internally expanded to its home page full URL say http://abc-123.co.in/en/home.html but the full URL should not be visible on the address bar to the end ...
Hi,I can see the Move option for Moving page is disable in TouchUi (sites.html) while in classic UI (siteadmin) it is working as expected in AEM 6.3 and AEM6.5 maybe from product side. what is the best way to enable Move option in TouchUi?which will be compatible with all scenario, not sure maybe we...