Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/27/21
    can we write multiplication logic in sightly

    Views

    1.5K

    Likes

    0

    Replies

    3
  • 5/26/21
    Hi Team, I have created project in AEM 6.5, I need to enable/add Bootstrap version 5 support in my Project. Please suggest how I can do that.   Thanks in advance!

    Views

    3.6K

    Likes

    0

    Replies

    2
  • 5/26/21
    I am trying to dynamically connect to a datasource.  I'm using the AEM archetype. public class mystuff implements WorkflowProcess {private static final Logger log = LoggerFactory.getLogger(mystuff.class);@referenceprivate DataSourcePool dsp;@Overridepublic void execute(WorkItem workItem, WorkflowSes...

    Views

    559

    Likes

    0

    Replies

    1
  • 5/26/21
    Hello, I have multiple images in a page (for example, site logo, other promotional images etc). I want to add width and height attribute (with actual image size) to each of <img> tag. Options I see are as below.1. Check for each of the page when it is loaded and add the attributes. Not sure if it is...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 5/26/21
    How can I write a unit test to test below Sling Query from my code. List<Resource> legalDisclaimerResourceList = $(legalDisclaimerPageResource).find(LEGAL_DISCLAIMER).asList(); $ refers to Sling Query from import static org.apache.sling.query.SlingQuery.$; 

    Views

    919

    Likes

    0

    Replies

    2
  • 5/26/21
    I have been trying to add custom css file the should be specifically applied to the RTE component. The main intentions in this requirements are:1) Custom css code to be applied to RTE at the component level itself.2) The rendered content of RTE should be automatically applied with the custom css cod...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 5/26/21
    Hi Team, Is there a way to disable/stop the unpublish or deactivate of published assets post expiry date is reached.the configuration for asset expiry notification doesn't have an option to enable/disable the service and couldn't locate bundle for the particular PID. Thanks, 

    Views

    872

    Likes

    0

    Replies

    2
  • 5/26/21
    Hello folks, My understanding has always been that the design pattern to follow when integrating with external search platform is always a push based mechanism whereby AEM responds to content events (publish, unpublish etc.). Traditionally this ends up being calls to the external platform to update ...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 5/26/21
    Hi, There are two types of annotation (scr and R6 annotation) while developing the OSGI component. But what technically makes difference between these 2 type. RegardsManikantha R

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 5/25/21
    example:This  file exists => /apps/acs-commons/components/content/twitter-feed/twitter-feed.jsp.Can I override this file in my code repository?I'm trying to avoiddownloading the ACS commons repo on my localmake the changescompile/build/install the packageThank you.

    Views

    818

    Likes

    0

    Replies

    1