kautuksahni wrote... dhiraja75994382 wrote... Have tried with the default author user as well. Same issue. Can somebody help with the appropriate ACLs that can help resolve this issue? Hi I can reproduce the behavior mentioned by you on AEM 6.2. If you provide "Modify" rights to "etc/design...
Hi,I have created a user and added him as a member to content-authors group. I am not able to see the design mode for this user in sideckick or in touchUI. I am using AEM 6.2. Can you tell me if the ACL permissions need to be changed for this group?Thanks,Dhiraj
Well this solved my problem<div data-sly-resource="${ @path=compItem.name, resourceType=compItem.component}"></div>I am wondering why i didnt try this earlier. Pretty straightforward
@edubey <div data-sly-resource="${ '{0}' @format=compItem.name @resourceType='/apps/test/social'}"></div> works fine for the path but I want something that can make resourceType value to be compItem.component
Here is my js code"use strict"; var global = this; use(["/libs/wcm/foundation/components/utils/AuthoringUtils.js", "/libs/wcm/foundation/components/utils/ResourceUtils.js", "/libs/sightly/js/3rd-party/q.js"], function (AuthoringUtils, ResourceUtils, Q){ var sociallinks = resource.getChild("sociallin...
Thanks for your reply edubey. Can you also help me with the resourceType. It is a value being returned from the javascript use object. Thanks again for your help on this.
Hi,I have a requirement where I am including a data-sly-resource within a data-sly-list. I want the path of every resource to be different i.e. use an index or sightly use variable as well as the component should be referenced from the use api.<data-sly-list.item="${class.list}"><div data-sly-resour...