Does the resource resolver object which we get from a resource or request object in a sling model has all JCR privileges(read, write, modify etc...) ??
Hi Team, I am facing one issue with my sling model. It mentioned in my core/pom.xml file as export package. But its not there in "system/console/status-adapters" location. I have followed the below articles too but didn't get the solution. https://experienceleaguecommunities.adobe.com/t5/adobe-exper...
I want to use slick carousel for my component and need to have select pannel functionality which ootb core carousel component offers along with the same. Can we achieve this and if yes how can this be accomplished?
Hi, The asset remains in processing state after uploading. But the asset can still be referenced and published. I am on 6.5.11 Please find the screenshot below : Thanks and regards, Vijaya Kumar A
Hi Team, I have a Component Video card with DS the expected result is the description should be display at the bottom of the DS card. But actual result is On mobile, The card with video DS doesn't display its description on frontend. please find below attachment. Thanks, Vani
As of now when we edit tag it gives us few option of languages in Localization while editing I want to add Few languages in it How can I achieve that?.
I have three template. All page are inherited from a root named page Homepage templateContent page templateSearch page template And Content structure is home-page-template content-page-template-1 content-page-template-1.1content-page-template-1.2 content-page-template-1.2.1 .... search-page-template...
I am trying to make some changes in the content.xml and then deploy it using command " mvn clean install -PautoInstallPackage" But the changes do not reflect on the content. I have to uninstall the package and install the package manually only the changes are reflected. Anyone know why? =====...
Hi Currently we have code to programmatically create a content fragment with variations. The process is: 1. create content fragment 2. create content fragment variation and populate all the variation elements by calling the createVariation method below: public static void createVariation(ContentFr...
Everyone says that resource type servlet is recommended over path type servlet as there will be benefit of ACLs, can someone explain with an example how ACLs can be achieved and why resource type servlet is best?