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: Use frontendModule = vue - Adobe Experience Manager 14-06-2022
Hi @sachindey1231 ,We officially dont have support of VUE with spa editors.Currently, most of the projects using Vue with AEM have the classic way of using it, which can be seen here : https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/uifrontend.html?lang=en Here is a documentation on archetype values for frontend values. And "vue" is an invalid keyword.Only allowed values are : "general", "none", "react", "angular" as of now. Check here : http...

Views

129

Like

1

Replies

0
Re: Allowed components in design mode 6.5 for static temp... - Adobe Experience Manager 13-06-2022
Hi @Kiran_Vedantam , We're using AEM version 6.5.11 and my project pages are created using static templates. If I print design path (${currentDesign.path}), it gives me path under libs i.e. /libs/settings/wcm/desings/default. Also I've purposely removed "cq:designPath" property from pages hence AEM as default picks design from libs and not etc. Regards,Meenu

Views

197

Likes

0

Replies

0
Re: AEM Inline Editor adds "span" tag to text with inline styles when removing a line break - Adobe Experience Manager 09-06-2022
Like removing the P tag, you can also remove the Span tag. https://sourcedcode.com/blog/aem/aem-richtext-remove-p-tag-removesingleparagraphcontainer-for-touch-ui

Views

87

Likes

2

Replies

0
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: review launch and request launch workflow - Adobe Experience Manager 06-06-2022
Hi @Dolly Here are few Adobe documentation might helps you:https://experienceleague.adobe.com/docs/experience-manager-learn/sites/page-authoring/launches.html?lang=enhttps://experienceleague.adobe.com/docs/experience-manager-64/authoring/projects/projects-with-workflows.html?lang=enVideo Tutorial: https://www.youtube.com/watch?v=eUuObexK8Lw Regards,Santosh

Views

56

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 ,You can create component in ui.apps and deploy only ui.apps module using following command by switching to apps modulecd .. ui.apps mvn clean install -PautoInstallPackageIn this case you do not have to build any other modules before ui.apps.However, it will work only in below caseIf it does have only HTL and/or HTML.Specific component shouldn't be referencing to any other module.eg. HTL may refer to Sling Model.In such case you will have 2 optionsMake those references availab...

Views

94

Like

1

Replies

0
Re: Get Activation Status of assets post modification. - Adobe Experience Manager 03-06-2022
What do you mean with "replicated if it's modified and pending activation"? I understand "pending activation" that the replication API as already been invoked on it and it's just sitting in the queue waiting to get replicated. private Calendar getLastReplicationDate (Resource res) { ReplicationStatus status = res.adaptTo(ReplicationStatus.class); if (status != null && status.isActivated()) { return status.getLastPublished(); } else { return null; } } private boolean mustBeActivated(Page page) { ...

Views

115

Like

1

Replies

0
Re: Workflow Dialog won't appear when executing against DAM asset. - Adobe Experience Manager 02-06-2022
I can see the same thing as you after refreshing. The problem is, the dialog shown here doesn't appear to be the custom dialog I configured because it doesn't include a checkbox labeled 'Report Only'. I feel reasonably confident I configured the dialog properly because it works when I run this workflow against a page. I'm running this as an admin user. I'm not seeing any errors in server logs or console. I tried to swap out Dynamic Participant Step for Dialog Participant Step, but still I did no...

Views

58

Likes

0

Replies

0
Re: How to get Rendition image height and width programmatically? (Other than OOTB Renditions) - Adobe Experience Manager 02-06-2022
Hi @mrudul , Can't you get is just from rendition file name. These renditions are created by width and height only. If you check documentation of any thumbnail creating workflow step, These are created by defining width and height i.e. file name itself contains width and height(other then original or if something customized)you can original's width and height can be as mention by others. Try this if works.

Views

180

Likes

0

Replies

0