Hi Community, I need to add a style attribute to an element in a HTL file, if a checkbox is checked and I tried the below example.<div class="test" style="${model.checkBox ? 'display:none' : ''}"> </div> I also tried ,data-sly-attribute.style=""I guess which is not allowed. Is there any suggestion...
I am trying to create assets in DAM using AssetManeger. I am calling the createAsset method two times. but one asset is creating successfully but another one is not getting successfully created. One is showing pending. Asset asset = createAsset(resourceResolver, mainCsvInputStream, filePath); Asset ...
Hi, After we enabled SAML authentication, all our post calls were failing with 403.We resolved it by adding "granite.csrf.standalone" clientlib into template level. But now in EDGE browser, after some idle time, CSRF token generation API(/libs/granite/csrf/token.json_ loading from Edge browser cache...
Currently AEM OOTB generates the thumbnail rendition for videos from the first frame of the video. This is sometimes problematic, as many videos either begin with either a black frame or other non-representative content. Can there be any possibility if any other frame could be chosen for creating th...
We migrated to AEM Cloud and since then I've been coming across access issues for people who used to have certain access to things no longer having it. What are some things to consider when managing user permissions that I may not be considering? As an admin, I have the correct rights to see the vie...
Hi All, We have a requirement to enable Querybuilder URL[1] on the publish server. https://localhost:4502/bin/querybuilder.json?p.guessTotal=true&p.limit=10&path=%2fcontent%2fdam&property=jcr%3acontent%2fcq%3alastReplicationAction&property.value=Activate&type=dam%3aAssets Before procedding with the...
Hello, We are using SpringFramework to generate access tokens using OAuth. But, consistently getting "Access Denied". The same credentials work for curl command. Requesting you to please suggest what might be missing package com.abbott.Oauth.authentication;import org.springframework.http.HttpHeaders...
Hi, Iam trying to add one or more logic to a single field in a metadata schema form editor, i.e a particular field should get displayed only if Logic A and Logic B is satisified. Iam unable to select multiple rules , please suggest how to add multiple logic using "AND, OR operator" in metadata schem...
Hi, I'm sure this is an easy one, but I can't see for looking. In AEM Assets, when I upload a 16-bit png, I need the renditions it generates to also be 16-bit png. Currently, I can only get the system to generate 8-bit png's, so Im losing the alpha channel. Any pointers will be much appreciatedCheer...