From AEM damadmin (Classic UI), one can select an asset, click on tools>references and it shows all the references of where the assets is being used.How to use the same feature from Touch UI?
Hey,I'm looking at a way using Sightly to read data from a node with properties as followed.Name: footercol1Type: String[]Value: {"key1":"value1","key2","value2"},{"key1":"value3","key2","value4"}.I'm looking a JavaScript way instead of Java to do that.Using data-sly-list, so far I'm able to print t...
I have a website with a log in option available. If a user logs in (using an external login service provider say Janrain), the user will see some premium content on the site. Otherwise these premium content will not be available to anonymous user(s).For e.g. say I have a component that lists down so...
We are looking at implementing SSO for AEM instance (IdP will use LDAP AD).A couple of questions that I have,1. Do we first have to manually create the user(s) in AEM (with same userid as in AD)?2. Do we also have to first create the groups and add member appropriately to ensure permissible access t...
Hey,If I disable a OSGI component from AEM Web Console, I don't see an option to enable it back.It simply disappears from the component list.How do I enable the component back since the requirement to disable the component is only temporary. Thanks!
Thanks all for you response! smacdonald2008,The code that I had shared was nothing but Adobe provides as part of their online training course and it is supposed to work as it is.Should this be looked into then for completeness of the training material?Cheers!