Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Kiran_Vedantam
Kiran_Vedantam
Online

Badges

Badges
39

Accepted Solutions

Accepted Solutions
129

Likes Received

Likes Received
468

Posts

Posts
422

Discussions

Discussions
66

Questions

Questions
356

Ideas

Ideas
1

Blog Posts

Blog Posts
1
Top badges earned by Kiran_Vedantam
Customize the badges you want to showcase on your profile
Re: Sorting in Touch Component - Adobe Experience Manager 14-06-2022
Hi @akhilr48142671 Please check this link: https://adobe-consulting-services.github.io/acs-aem-commons/features/sort-nodes/index.html It has OOTB ACS commons sorting and also some code that you can leverage. Hope this helps! Thanks,Kiran Vedantam.

Views

71

Likes

2

Replies

0
Re: Use frontendModule = vue - Adobe Experience Manager 13-06-2022
Hi @sachindey1231 please find the related query: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/vue-js-spa-with-aem/m-p/381174 Hope this helps! Thanks,Kiran Vedantam.

Views

170

Like

1

Replies

1
Re: JWT Bearer Token returns Invalid Assertion - Adobe Experience Manager 08-06-2022
Hi @sriram_1 The error itself says there is some issue with the grant type. What grant type are you using? It should be something similar to this: "grant_type":"abc"Hope this helps. Thanks,Kiran Vedantam.

Views

88

Like

1

Replies

0
Re: Magnify images in PDF - Adobe Experience Manager 08-06-2022
Hi @Anish2 As this looks more like an asset-related query, please post it here to get a prompt response? : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/ct-p/experience-manager-assets-community Thanks,Kiran Vedantam.

Views

45

Like

1

Replies

0
Re: AEM Inline Editor adds "span" tag to text with inline styles when removing a line break - Adobe Experience Manager 08-06-2022
Hi @amohite A couple of quick questions:What's your AEM versionWhat's your core component versionAre you seeing any errors in the console?Are you seeing any issues in the logs?Can you check how the data is saved in the JCR once the component is saved?Can you check if there is any custom code written for your RTE?Thanks,Kiran Vedantam.

Views

101

Like

1

Replies

0
Re: review launch and request launch workflow - Adobe Experience Manager 06-06-2022
Hi @Dolly Refer this link: https://www.aemtutorial.info/2018/09/content-approval-workflows-in-aem-64.html?m=1 Thanks,Kiran Vedantam.

Views

61

Like

1

Replies

0
Re: Creating a component in AEM as a Cloud Service without any core or frontend dependency - Adobe Experience Manager 06-06-2022
Hi @nikita24tailor, Each and every module in the maven project structure has its own importance. It is not suggested to do everything in a single module. If you still want to have everything under ui.apps you can do it. You can add your java file in the same hierarchy and include the file using data-sly-include. Hope this helps! Thanks,Kiran Vedantam.

Views

97

Like

1

Replies

0
Re: Website Structure for Different Region - Adobe Experience Manager 01-06-2022
Hi @SantoshSai, The concept of mutable and immutable content is for AEM as a cloud service. I don't think it is mentioned in the query asked. Thanks,Kiran Vedantam.

Views

129

Like

1

Replies

0
Re: How to get Rendition image height and width programmatically? (Other than OOTB Renditions) - Adobe Experience Manager 01-06-2022
Hi @SantoshSai I request you to please have a look at the rendition's metadata under the jcr:content Thanks,Kiran Vedantam.

Views

255

Like

1

Replies

3
Re: How to get Rendition image height and width programmatically? (Other than OOTB Renditions) - Adobe Experience Manager 01-06-2022
HI @mrudul The rendition is also an asset and you can get the length and width using the metadata.Int length = resourceResolver.getResource("<>").adapto(Asset.class).getMetadataValue(tiff:ImageLength) Hope this helps! Thanks,Kiran Vedantam.

Views

266

Like

1

Replies

6