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

Mohit_KBansal
Mohit_KBansal
Online

Badges

Badges
28

Accepted Solutions

Accepted Solutions
23

Likes Received

Likes Received
136

Posts

Posts
94

Discussions

Discussions
18

Questions

Questions
76

Ideas

Ideas
1

Blog Posts

Blog Posts
3
Top badges earned by Mohit_KBansal
Customize the badges you want to showcase on your profile
Re: Aem - best way to install AEM Service Packs to AEM - Adobe Experience Manager 03-08-2022
Please take a look into Solved: Re: Log files - Adobe Experience League Community - 448527 , already we had a discussion on it.

Views

92

Likes

2

Replies

0
Re: what is the difference between foundation and core components. - Adobe Experience Manager 02-08-2022
@gargkrishna Basically foundation compoenents are the the ones that aredesigned for use when authoring content for a standard web page. They form a subset of the components available out-of-the-box for a standard installation of AEM. https://experienceleague.adobe.com/docs/experience-manager-65/authoring/siteandpage/default-components-foundation.html?lang=en And core compoenents are introduced in aem 6.X. This is maily used to override/extend components in aem which will be secure, robust, versi...

Views

40

Like

1

Replies

0
Re: What is the best way to beautify and rewrite the URL for sling model exporter - Adobe Experience Manager 02-08-2022
A combination of "Sling resource resolver config" and "mod_rewrite" always worked for me, be it single site hosting, or multiple sites hosted on the same AEM instance. I have also used Sling resource resolver to short DAM path, along with content paths.

Views

60

Likes

2

Replies

0
Re: Domain Name Root Mapping Issue - Adobe Experience Manager 02-08-2022
Hi All, Putting the rewrite rules in rewrite.rule file worked for me as against putting them in vhost file directly. I am still facing the issue of not able to include multiple rewrite files in my rewrite folder even though the opt-in folder with USE_SOURCES_DIRECTLY file being present in my dispatcher configuration. Another observation that even though the docker image comments the apache rewrite module by default. If we run the validator's allowlist command we can see the apache rewrite module...

Views

55

Like

1

Replies

0
Re: AEM - Touch UI Dialog - Assets Panel - Adobe Experience Manager 02-08-2022
@arunpatidar , Great use case. I have seen a few Qs in the community related to this. Thank you for sharing this with the community.

Views

80

Likes

0
Re: how to print -314% in home page using pi value=3.14 in slightly - Adobe Experience Manager 01-08-2022
Hi @Babita11 , Arithmetic Operation is not possible in Sightly, You have to handle this from the backend using Java or JavaScript API. As Suggested by @Mohit_KBansal , You can use a format pattern to show the percentage and fetching value from the backend. Please refer to the below useful links: https://github.com/adobe/htl-spec/blob/1.4/SPECIFICATION.md#1223-numbers https://stackoverflow.com/questions/30366683/how-to-total-up-first-few-elements-in-a-for-each-loop-of-sightly Hope this could help...

Views

66

Like

1

Replies

0
Re: When developer want to use core component(without sample content), use to download and verify before use then .Which version of Aem we can use -> OPTIONS [1]Version6.3, [2] AEM as cloud service, - Adobe Experience Manager 29-07-2022
You can use either option. The only difference is, Core components are part of AEMaaCS, while in on-prem setup, you need to install it (either via POM dependency or manually).

Views

38

Like

1

Replies

0
Re: Styles are not working in inplace editing - Adobe Experience Manager 27-07-2022
Inplace editing/dialog configuration open in different contexts and do not consider css/js included in your template. Though, you can use externalStyleSheets [1] in RTE configuration to specify project-specific styles to be used in edit mode. Navigate to the root node of your text component, for example /apps//components/text. Name externalStyleSheets Type String[] (multi-string; click Multi in CRXDE) Value(s) The path and filename of every style sheet you want to include. Use repository paths. ...

Views

39

Like

1

Replies

0
Re: Component Report: ACS AEM Commons / Reports / Components Report - Adobe Experience Manager 27-07-2022
Thank you for sharing. This was exactly what I was looking for. I was able to run this once I had received the corrective permissions to export a report without NULL.

Views

61

Likes

2

Replies

0
Re: Where the Permission data gets stored in CRXDE. - Adobe Experience Manager 27-07-2022
Permission data is stored in rep:policy nodes. For eg: you have given jcr read access of /content/ to "read-service" user and write access to "write-service". Then go to /content/ click rep:policy, you will find allow nodes, check for rep:privileges Thanks, Heena

Views

61

Like

1

Replies

0