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

Varun_Shakya
Varun_Shakya
Online

Badges

Badges
24

Accepted Solutions

Accepted Solutions
26

Likes Received

Likes Received
150

Posts

Posts
114

Discussions

Discussions
19

Questions

Questions
95

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Varun_Shakya
Customize the badges you want to showcase on your profile
Re: Requirement for hiding some styles of a component which is included in other components. - Adobe Experience Manager 03-08-2022
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/style-system.html?lang=en check this out you can add different styles to your component and apply accordingly.

Views

73

Like

1

Replies

0
Adding Category dropdown in Discussion Section to filter Articles according to topic selected. - Adobe Experience Manager 06-07-2022
Description:- Adding a dropdown "search category" in discussion section, drop down values will be AEM related topics. Why:- Admin and other members add articles/references in discussion section and there are many important articles and references to good articles/blogs. AEM community is not only about Question/Answers, It has references to many important articles/blogs. If user wants to read articles about "osgi framework", user can select the option from category filter dropdown and it will fil...

Views

101

Likes

2

Replies

5
Re: Add open and close square brackets to a list in sling model - Adobe Experience Manager 21-06-2022
@Keerthi97 Why not storing your arrayList items in a map, and then iterate over the values of map in sightly . I think that would be easy.

Views

85

Likes

2

Replies

0
Re: AEM - Possible to Add Meta Tags to Pages in Bulk - Adobe Experience Manager 31-03-2022
check this groovy script point #2 ref:- https://labs.tadigital.com/index.php/2018/12/18/groovy-script-in-aem/ Java 1234567891011121314151617def path = "/content/we-retail/us/en/user/account/order-history";def propName = "testPropName";def propValue = "testPropValue"; getPage(path).recurse { page \-> def jcrContentNode = page.node; if (jcrContentNode.hasProperty(propName)) { def oldPropValue = jcrContentNode.getProperty(propName).getString(); if(!oldPropValue.equals(propValue)) { jcrContentNode.s...

Views

249

Like

1

Replies

1
Re: Checking if a particular component is included in a page - Adobe Experience Manager 30-03-2022
If you want to add any clientlib one the existing of any component , Why you are not adding that clientlib in component only . So whenever your required component loads, clientlibs loads

Views

639

Like

1

Replies

0
Re: How to send Form data to Servlets through Ajax - Adobe Experience Manager 30-03-2022
Check in /system/console/servletresolver if your servlet is getting resolved. Or put some logs here.

Views

148

Likes

2

Replies

0
Re: Checking if a particular component is included in a page - Adobe Experience Manager 29-03-2022
If your action A is any front-end related action or any servlet call.You can add an identifier(any class or Id) to mediaImage component and then you can check for that identifier and perform your actionElse you have traverse through nodes using slingQuery(Get resource and iterate through child nodes) and check for image-media component then perform your action.

Views

685

Like

1

Replies

2
Re: Ability to enable content fragment option with in sites "create" - Adobe Experience Manager 14-02-2022
HiI don't see adding a option to create fragment inside sites would be good idea. This can be done but will be very complex change. But a way around already present. Use Content Fragment component on your page.Give path of CF on component.Then you have the option to edit the CF on page itself, which open the CF in new page.Edit option is available on toolbar.

Views

128

Likes

2

Replies

0
Re: AEM as Cloud Service - Content Deployment - Adobe Experience Manager 24-01-2022
No not on AEM as a cloud service, Check this dochttps://medium.com/globant/aem-content-synchronization-cb1e15b0c3f8 if you find anything useful.

Views

975

Like

1

Replies

1
Re: AEM as Cloud Service - Content Deployment - Adobe Experience Manager 24-01-2022
Hi Ashutosh, did u check thishttps://adobe-consulting-services.github.io/acs-aem-tools/features/vlt-rcp/index.html I have used this to migrate content/assets in GB's

Views

980

Like

1

Replies

3