Expand my Community achievements bar.

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

  • 5/8/23
    I want to get usage information of any DAM asset. That means suppose an Image is used in different content. I want that information or the location where the image has been used.

    Views

    403

    Likes

    0

    Replies

    4
  • Hi, Is it possible to bundle some specific npm packages / js+css files into discrete packages in ui.frontend and then reference them? Similar to how we bundle clientlib-base now (but with a different name). ThanksSouvik

    Views

    244

    Likes

    0

    Replies

    2
  • 5/7/23
    We have set up an SPA using next js and rest of the things are working fineonly experience-fragments are not working.When we navigate to experience fragments master.html page, the page loads with all the default components but not the one that we have created mapping for at our end.Our components ar...

    Views

    266

    Likes

    0

    Replies

    1
  • 5/7/23
    Is there a way to programmatically add/update any property and its value to a component, using Javascript in the page editor?  I know that it probably involve a POST request with the property name and value to be added/updated, but I don't know which endpoint to use, or if there are any other ways. ...

    Views

    537

    Likes

    0

    Replies

    4
  • 5/7/23
    Hello Community, I am not able to read the values of a multi field while the dialog submit event, below is the example before dialog submission.the can be accessed using jQuery but,  after the dialog is submitted the field collapses and the DOM objects and the values are not available. Below is the ...

    Views

    349

    Likes

    0

    Replies

    4
  • 5/7/23
    I have AEM 6.5.0 instance with We-Retail project everything is good. But I created a my sample project using below cmdmvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=41 -D appTitle="My Site" -D appId="mysite" -D groupId="co...

    Views

    282

    Likes

    0

    Replies

    2
  • 5/5/23
    I have seen a couple posts here related to a similar issue, where JCR-SQL2 query returns 3 results in CRXDE Query Tool but 0 results in OSGI.  Here's my code:String query = "SELECT DISTINCT page.[jcr:path] FROM [cq:Page] AS page...";Session session = resourceResolver.adaptTo(Session.class);QueryMana...

    Views

    201

    Likes

    0

    Replies

    1
  • 5/5/23
    Hi Team,  Does GraphQL come along with cloud SDK license only ?On premise Can't we achieve AEM headless feature ? Thanks. 

    Views

    309

    Likes

    0

    Replies

    3
  • 5/5/23
    HI,I am trying to write Junit for a java class which has context aware configuration code something like below:Main class logic:ConfigurationBuilder configBuilder =resource.adaptTo(ConfigurationBuilder.class); SimpleConfig simpleConfig = configBuilder.name("feature").as(SimpleConfig.class); but sm...

    Views

    620

    Likes

    0

    Replies

    2
  • 5/5/23
    I want to create users using RepositoryInitializer.    create path /home/users/testGroup(rep:AuthorizableFolder) create user dummy with path /home/users/testUsers with password Test1234   Above command works as expected but I want to add email address and firstname and lastname prop(like below scree...

    Views

    322

    Likes

    0

    Replies

    3