Hi,I have a requirement of user permission like below from client :Eg, Role 1 can upload/download an asset but can't edit. They don't want specific folder permission. Is it achievable in AEM ? DownloadUploadEditApproveAdminRole 1ll Role 2llll
Hi,I want to add a new language 'Ilocano' to AEM6. This language doesn't have a ISO-639-1 code and has a ISO-639-2 code 'Ilo'. As per this page http://docs.adobe.com/docs/en/aem/6-0/administer/sites/languages.html AEM supports two-letter code as defined by ISO-639-1. Is it still possible to have thi...
what is the difference between dependecies and propertieembeds in cq:ClientLibraryFolder . dependencies: This is a list of other client library categories on which this library folder depends. For example, given two cq:ClientLibraryFolder nodes F and G, if a file in F requires another file in G in ...
Basic question here about the Twitter4J ACS Bundle, ACS AEM Commons Twitter Support Bundlecom.adobe.acs.acs-aem-commons-bundle-twitterThe Description says, ACS AEM Commons Twitter Support OSGi Bundle. Requires deployment of Twitter4J library. I wondering how that's done? I've tried adding this http:...
I have custom bundle which has info level logging. When i go to crxde console tab, I don't see it.Which log file does the crxde console show anyways? I can then go to Sling Logger configuration and probably add my package to the one shown in crxde?
I use the custom context store to do the segmentation with the help of sessionstore in javascript. Is there any other way to achieve targeting other than context store.Another issue : I tried the page hits(OOTB), but it didnt work.Am I missing anything?
I've created a custom template which uses a custom component to insert an image into a dps article.I want to use this component through a workflow which renders an article for each image in the DAM. I want to make the "img source=" a variable where I can pass the name of each image that it refers to...
Hello Experts !I have a question regarding feasibility of a requirement. Requirement is to provide option to user to set a metadata at the time of asset upload (AEM 6.0 Coral UI)Like below, user can select if an image is HD or not and a custom attribute can be set with asset.[img]Image.png[/img]My Q...
I have css and js files in clientLibs folder, and also I have created a component. My question is if I drag the same component three time on my website, how many times will the css and js be applied.