Expand my Community achievements bar.

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

  • 10/27/23
    Hi, I have an apigee api end point which require api key, oauth token to make a post request from client library js.Could any one share their experience on how to achieve this. Where to store client id / consumer key, consumer secret if I need to get oauth token first ? Thanks for any insights.

    Views

    329

    Likes

    0

    Replies

    1
  • 10/27/23
    Hi All, In the author and publish instances the persisted queries working fine. but on the dispatcher, it is not working.  I have added the below rules in the rewrite and dispatcher.any filesin rewrite file RewriteCond %{REQUEST_URI} ^/graphql/execute.json RewriteRule ^/(.*)$ /$1;.json [PT] in dispa...

    Views

    753

    Likes

    0

    Replies

    6
  • 10/27/23
    Hello All, Is there way to add alt text for images inside RTE component in 6.5 cloud version. I followed this article: http://experience-aem.blogspot.com/2015/09/aem-61-touch-ui-rich-text-editor-rte-browse-insert-image.htmlBut its not working in 6.5 version. Let me know if anyone has implemented thi...

    Views

    312

    Likes

    0

    Replies

    4
  • 10/27/23
    Hi I'm playing around with the PDF viewer component on AEM.For testing purpose I created the context aware configuration and added a clientID (mapped on my localhost domain) and that works fine (PDF viewer is showing and is functional).Now I want to roll it out on all our domains (talking about an A...

    Views

    944

    Likes

    0

    Replies

    8
  • 10/27/23
    hi all,I have given the below yaml config for base group but it is throwing up an empty page on /aem/start.html - Any help?- group_config: - proj-base: path: equinix- ace_config:- proj-base:- path: /permission: allowprivileges: jcr:readrepGlob: "" - path: /libspermission: allowprivileges...

    Views

    839

    Likes

    0

    Replies

    10
  • 10/27/23
     Hello Adobe Community, I recently upgraded our Adobe Experience Manager (AEM) instance from Service Pack 13 (SP-13) to Service Pack 17 (SP-17). After the upgrade, I noticed a significant change in the behaviour of notification popups, particularly regarding their size in relation to the notificatio...

    Views

    200

    Likes

    0

    Replies

    1
  • 10/27/23
    Hi All,Recently, I am working on an requirement where I need to grant the publish access to a group users on a specific assets folder in Assets. So, I added crx:replicate privilege on the path of the assets folder for the user group, and then I can see the buttons of Quick Publish and Manage Publica...

    Views

    1.0K

    Likes

    0

    Replies

    12
  • 10/26/23
    Good morning,I am looking for a component in the AEM tool that can help me achieve this. Unfortunately, I haven't found anything like this so far.It should have 4 columns - with a different image on the left side in each column.How can I implement this?Thank you! 

    Views

    312

    Likes

    0

    Replies

    4
  • 10/26/23
    Good morning,Is there a comprehensive list of all available components in Adobe Experience Manager (AEM)? Additionally, it would be helpful to learn how to use these components, especially how to populate them with content.Thank you!

    Views

    381

    Likes

    0

    Replies

    2
  • 10/26/23
    we have to forbidden certain url based on condition.for example if url contains /us/en/xyz/and doesnot have query param view=true we have to forbidden the url.RewriteCond %{QUERY_STRING} !view=trueRewriteCond %{REQUEST_URI} ^.*/us/en/xyz/.*RewriteRule .* - [F]but this is not working.Can you please s...

    Views

    231

    Likes

    0

    Replies

    2