Hi @Kanthsri , you can use resource resolver to map the URLs without html extension. refer https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/deploying/resource-mapping Or if you want to remove the .html extension for particular component you can use the...
Hi @MeghanaPa , there is no dedicated uber-jar with version 6.5.14. Try to use 6.5.13 instead. Please refer more information here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/when-will-uber-jar-6-5-14-be-available-from-public-maven/m-p/548390
Hi @Nimma05 , Write a groovy script to delete the page and execute it on both author and publisher individually, so that you can skip deactivation of the page.
Hi @Nimma05, If you want to remove the pages from the publisher just unpublish the page from author, it will automatically removes the page from publisher and later you can delete the page in author. can you please explain the exact use case of deleting the pages through code?
@KannanCh2 , Please refer these documents for more information about universal editorhttps://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/introduction#:~:text=The%20requirements%20for%20an%20implementation,%2C%20Angular%2C%20and...
@Tenu, I can see from previous comments from you that you are adding showhidetargetvalue under each and every radio button instead of keeping it in parent container level, Please update your dialog in this way and check.<themeColor jcr:primaryType="nt:unstructured"
sling:resourceType="gr...
@Tenu , Please check for which options you are showing the radio buttons and for which you are hiding. Please keep a default value as selected in your dropdown for which the radio buttons will be populated
@Tenu, Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Hi @Tenu , Please check whether your JS is loading or not when you open the dialog.If not, check whether the clientlib category is included as part of the extraClientlibs property in your component or not as mentioned in the document.