Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/29/23
    Hello, what happens is that I am implementing the Web-Optimized Image Delivery API in my custom components to convert the uploaded assets into webp format. Use the Adobe Official documentation:https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/developing/advanced/web-opti...

    Views

    362

    Likes

    0

    Replies

    1
  • 8/29/23
    Hello everyone!I am new to AEM and I have read the following documentation about the Blog Feature - https://experienceleague.adobe.com/docs/experience-manager-65/communities/authoring/blog-feature.html?lang=en - but I did not understand, the documentation has some "setup" redundant links and I could...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 8/29/23
    Hi Team,When I add a container on the bottom of the page, it doesn't have the style system options visible. When I add another one, the new one has them. But not the first one.When I remove both of them, refresh, and try again, same issue.

    Views

    1.7K

    Likes

    0

    Replies

    3
  • 8/29/23
    Can anyone help me, How I can render the html of page by using externalUrl using Servlet 

    Views

    519

    Likes

    0

    Replies

    2
  • 8/29/23
    I have added a custom checkbox to the page properties and am attempting to invoke a servlet when the author checks this checkbox.ICurrently searching for the precise code or file that needs to be overridden within the 'apps' directory in order to call the servlet.

    Views

    445

    Likes

    0

    Replies

    2
  • 8/28/23
    Scenario is :-We added the pages to translation jobs first time then it gets translated correctly.Second time if master english page is updated and same page is send for Retranslation using Update Language Copy option from reference panel OR  Translation job submission from Project Console. It creat...

    Views

    765

    Likes

    0

    Replies

    6
  • 8/28/23
    We have AEM system integrated with ETMA  support. We have added pages in translation jobs with Human Translation method and From Master English(US) to multiple languages.After submission status remains to Submitted for some jobs and Committed for translation for other jobs.It should be Translation i...

    Views

    359

    Likes

    0

    Replies

    1
  • 8/28/23
    registry.register("foundation.validation.validator", { selector: "[data-validation=text-validation]", validate: function(element) { let el = $(element); let pattern=/[0-9a-z]/; let value=el.val(); if(pattern.test(value)){ return "Please add only Upper Case Letters in First name"; } } }); this is wor...

    Views

    302

    Likes

    0

    Replies

    1
  • 8/28/23
    Hi Team, I have a page with no body but will just need to have the script included in the head section of the document. Is there a suggested/recommended way to achieve this other than building a component that includes this <script> tag?  Thanks in advance for the help!! -Manasa 

    Views

    2.5K

    Likes

    0

    Replies

    5
  • 8/28/23
    Hi team,  I am in the process of building a website using AEM Sites, utilizing SPA Components and SSR. For this, I am using the standard AEM Archetype (https://github.com/adobe/aem-project-archetype), with the appropriate flags (enableSSR etc).  Part of this, is a POM file which reads pipeline varia...

    Views

    1.3K

    Like

    1

    Replies

    7