Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/5/22
    hi, I want my variable which I have declared in cfg.json file to be used instead of static value in HTML file .please help me how to do it.my cfg.json file is : { "cssCds": "https://www.example.css", "jsCds":"https://www.example.js"}I am made one configuration java file which is :@Component(servic...

    Views

    1.8K

    Likes

    0

    Replies

    4
  • 5/4/22
    Hi all,  I am trying to implement CUG(Closed User Group) in my project. I have followed the below article and did all the steps. But when I access the CUG configured page it's not showing anything only blank page is showing. Am I missed anything please help me? As per the article I have checking in ...

    Views

    1.0K

    Likes

    0

    Replies

    3
  • 5/4/22
    i am facing a difficulty while learning any one have notes or source where i learn HTL

    Views

    880

    Likes

    0

    Replies

    2
  • 5/4/22

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 5/4/22
    Hi All,I am seeing the below error for some of my pages. This is filling most of our app logs and making the page slow. /content/abc/cde.html HTTP/1.1] com.day.cq.wcm.core.impl.devicedetection.DeviceIdentificationModeImpl Could not find a jcr:content/cq:deviceIdentificationMode property for page Can...

    Views

    981

    Likes

    0

    Replies

    3
  • 5/4/22
    We are creating templates in AEM and syncing them with Campaign.Some templates have conditional blocks like <%if(recipient.brand=='Adobe'){%>Show Adobe Content<%}else if(recipient.brand=='Facebook'){%>Show Facebook Content<%}%>Is there a way to test these Conditional block within AEM before sending ...

    Views

    611

    Likes

    0

    Replies

    1
  • 5/4/22
    Is it possible to leverage the AEM Assets duplicate detection functionality when uploading assets through an API process?I found this post that feels similar to the response that, yes it could be possible to build that into an API to initiate the check and provide the API to take action based on a r...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 5/4/22
    Is AEM 6.5 support WEBP image format ? Is integration possible ? if yes , could you please provide details.

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 5/4/22
    Hi, We have a code snippet,  Map<String, Object> assetMeta = damAsset.getMetadata(); boolean isActiveAsset; boolean hasOnTime = (assetMeta.get("idam:offTime") != null); boolean hasOffTime = (assetMeta.get("idam:onTime") != null); Date offTimeDate = hasOnTime ? ((XMPDateTime) assetMeta.get("idam:offT...

    Views

    697

    Likes

    0

    Replies

    1
  • 5/4/22
    Hi Team,Could you please help me with how to dynamically update the DIV ID within the component.html based on the number of occurences in the page.<div id="testcontainer1"></div> Here the id=testcontainer1 should get dynamically updated as 1,2,3,so on.. based on the number of components being placed...

    Views

    4.3K

    Likes

    0

    Replies

    4