Hi @Manu_Mathew_ Looks like, you've not logged in & anonymous user doesn't have access to other folders. did you try to login with admin user and verify?
Hi @Raja-Karuppsamy Hope you must have tried blow if not you can give a try and see if that helps: 1. If you have we-retail OOTB site on author, check whether you're able to access those pages or not so that we can know whether it's global issue or issue related to the specific project.2. Check err...
Hi @jayv25585659 As @Kiran_Vedantam pointed, there is a conflict so that step 4 will not work. In case if you want to restrict access at /en level for few members, then you can have different group where you can restrict access at /en and add respective members to the group. Thanks
Hi @ksh_ingole7 I think you can remove file upload option at component level as the file is already present in DAM and you can read it from the DAM directly, so you can just achieve your requirement with below steps: 1. Author uploads the CSV file in DAM 2. Create component with required dialog fi...
Hi @odabio You can simply try like this: 1. Add on click event in the client lib JS fileEg: test.js function myFunction() {console.log("You clicked me");} 2 . Include the clientlib in component level so that you can call Java script function upon onclick. Example: <head data-sly-use.clientLib="${'/...
Hi @Raja-Karuppsamy please check this thread and see if that helps. https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/older-version-package-uninstallation/td-p/359951
There is no limitation for that, you can use richtext field where ever you want. Please check below example where you can find dialog structure for richtext which is included at tab level:https://gist.github.com/briankasingli/1a7e3e12deaa2e076645b09d30039b46
If you wanted to have formatting capabilities, YES you need to suggest Richtext field option. when you added richtext type filed, by default you will see some formatting plugins, and more can added /customised based on requirements.please have a look at this as well so that you can quickly change fi...
Your question is not clear to me, but if you're exploring options to add formatting features , please explore on RTE which will help on you: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/text.html?lang=enHope this helps you to understand further.