I created a custom site but i am not able to create a page from this site, unless i create ir by crxlite, but i am not able to see components in those pages. Can anyone guide me what should i do
HI i created a sites in crxlite and i tried to edir it but i am having an error that i tried everythign but not i was not able to solve it. Can anyone gie me a hand on this?thanks
I'm using Adobe Experience Manager 2023.8.13206.20230821T124823Z-230702 (AEMaaCS) and I need to create a custom cloud config page with custom HTML, as I need to do some social media platforms login (I basically need access_token for facebook graph API - would require a popup to login). I can't find ...
WE have GA on our pages, but this is not the whole story. Does AEM sites have any sort of web stats we can view/query, which includes hits on CDN (because Adobe charge full price for pages and json served from cheap CDN service (fastly), not just on pages served by the AEM publish instances. EM page...
I have a dialog with a dropdown of 2 options along with a checkbox and text field:if I choose option1 in dropdown then checkbox will be checked and disabled and also text field will become mandatory.if I choose option 2 from dropdown then the checkbox will be enabled and unchecked, text field will n...
I am having a JSON model locally and I want that JSON data into my sling model and upon request to that sling model it should send the whole JSON data to my sightly. But I am unable to get the data in the sightly. @Model(adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultI...
Hello, For a headless implementation, its recommended to use GraphQL for filtering Content Fragments. Its a strict NO to use Querybuilder. The reason is GraphQL uses the Schema underlining the CF, which assures better query performance. It is possible to execute GraphQL queries to generate conte...
Anyone know how to add a column to the output of a ACS AEM Commons Report where the value of the output column is based off the current date, not off the returned data. The reason why i need this is I'm using the report excel output as input to a SQL database and I plan on running this report month...
Hi TeamI tried below one to Apply rel="canonical" to PDFs (We are using AEM as a cloud service), however It is not working as expected. Could someone please help me to fix this issue <FilesMatch "\.pdf$"> RewriteRule ([^/]+)\.pdf $ - [E=FILENAME:%{HTTP_HOST}%{REQUEST_URI}] Header...