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

arunpatidar
arunpatidar
Online

Badges

Badges
57

Accepted Solutions

Accepted Solutions
1211

Likes Received

Likes Received
2755

Posts

Posts
4263

Discussions

Discussions
1043

Questions

Questions
3223

Ideas

Ideas
26

Blog Posts

Blog Posts
9
Top badges earned by arunpatidar
Customize the badges you want to showcase on your profile
Re: Add page plugin for Facebook - Adobe Experience Manager 16-08-2022
I would not recommend to add script in head section until it is really necessary. Adding javascript in head section can block page rendering. That is why javascript are mostly added to footer/last section of the page body.

Views

93

Like

1

Replies

1
Re: Add page plugin for Facebook - Adobe Experience Manager 16-08-2022
Yes, you can do that https://www.w3schools.com/js/js_whereto.asp 

Views

93

Like

1

Replies

2
Re: Add page plugin for Facebook - Adobe Experience Manager 16-08-2022
Hi, There is no problem with writing javascript inside body You can do it as component.

Views

108

Like

1

Replies

4
Re: Return servlet response as json data. - Adobe Experience Manager 16-08-2022
Hi, You can do json export from model or via public method expose json from model and access in servlet https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/json-exporter-components.html?lang=en

Views

104

Likes

2

Replies

0
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
This also fine unless the developer are not confused with folder structures.

Views

74

Likes

2

Replies

0
AEM Components - Markdown Documentation - Adobe Experience Manager 15-08-2022
[AEM Components : Markdown Documentation as help documentation] by Arun Patidar Overview The Granite UI widget fieldDescription property is used to add helpful tooltips to your dialog fields but in some cases, you might need to add details documentation about the component, whether it’s technical or for Authoring instructions. Then you may use dialogs helpPath property to link component document to the dialog, the path could be github page or confluence page or any other page. For instance core ...

Views

111

Likes

5

Replies

1
Re: apps/components folder structure - Adobe Experience Manager 15-08-2022
Hi, Hi, this is ok if you separte the core component from custom, the Author never realised the differenc. It is mostly the developer who has to deal with it. One idea cloud be /apps///component/content/core /apps///component/content /apps///component/structure /apps///clientlibs /conf// /content//

Views

92

Like

1

Replies

2
Re: Convert Image as webp format in AEM as Cloud Service - Adobe Experience Manager 15-08-2022
Hi, I think this is available now but check https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/release-notes/release-notes/2020/release-notes-2020-10-0.html?lang=en#assets https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/webp-format-support/idi-p/381359

Views

45

Likes

2

Replies

0
Re: Itterate Level1 & 2 in JSP - Adobe Experience Manager 12-08-2022
Why don't you use HTL and Sling Models?

Views

37

Like

1

Replies

0
Re: localhost link not valid for social sites sharing - Adobe Experience Manager 12-08-2022
Hi, You can try testing using dispatcher and map localhost to some dummy domain e.g. https://dreamithost.com.au/how-to-change-localhost-file-on-mac If you want to test just to prove it is working then use your existing domain or pages, the reason is social media may not be able to connect to your local system to fetch and show content.

Views

45

Likes

2

Replies

0