Thank you @lukasz-m . I did this and in the process, I have created custom classes for the internally referenced files as well. This works. Thank you !
Hi , most of the logic for the table of contents component is handled at TableOfContentsFilter.java. I see the component creates IDs for h1-h6 elements in a page if not already present and then maps it to the table of contents list items. In this process, all the unnecessary text elements within the...
Thank you @arunpatidar and @EstebanBustamante , as per suggestions I added a unique class and then added it to the list of classes to be ignored in TOC style policy. It worked.
Thank you for the reply @EstebanBustamante . I understand the functionality works by parsing the h1 - h5 tags, but what about the Title/Pagename "Esteban Demo site". I tried to exclude the class name that page title uses but it didn't work. I want to omit the title it displays.
Hi, Table of contents is a core component and it seems to suit our project requirements well. I have created a copy of it with supertype pointing to the ootb component. But, I do not require the page name that's displayed as part of the TOC list. I tried to check the implementation and seems like a...
Hi, I have a chatbot integration usecase where the front end has to establish a socket connection with the third party. As the website resides on AEM, I am investigating the possibilities of using a websocket connection from AEM to third party. Primarily, it is because we are implmenting a chatbot h...
I see loads of advantages of going for EDS , especially in case of SPA. But, if there is a need to download/make the page accessible when offline, I notice css is getting applied, but JS errors are encountered. Export issues and cors issues are present. Appreciate any suggestions / alternate approac...
Thanks @arunpatidar . May I know more on the second question here as well? Regarding the differences between licensed and unlicensed versions of the product
Hi, I am exploring the sidekick options in Franklin where I stumbled upon the asset extension. Can we access our AEM Assets (DAM) via the sidekick ? or what is the asset configuration it supports? If the AEM DAM can be accessed, how can we configure the sidekick to access the AEM Assets. Additional...
Thanks for the reply @gkalyan , @PGURUKRISHNA . I have identified the issue - jcr:content node was missing for one of the parent pages which is why the null pointer exception was encountered. But, now I am not sure how to rewrite the links for images. It still points to c:/content/dam and not c:/var...