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: Why CUG not restricting auther to access the folder when it is not present in CUG? - Adobe Experience Manager 23-08-2022
The default name is "administrators" only, you can change the name, but not id.

Views

15

Likes

2

Replies

0
Re: How to Schedule the Activation and Deactivation of Pages in AEM | AEM Community Blog Seeding - Adobe Experience Manager 23-08-2022
Good information, but one piece of feedback though, the author should use touch UI interfaces instead of classic UI.

Views

21

Like

1
Re: Reference component - why deprecated - Adobe Experience Manager 23-08-2022
With reference component, content management was a challenge, as reused content is part of main hierarchy/pages. AEM has a better and cleaner approach to using Experience Fragments, which is a good replacement for reference components.

Views

20

Like

1

Replies

0
Re: Why CUG not restricting auther to access the folder when it is not present in CUG? - Adobe Experience Manager 23-08-2022
as per jackrabbit documentation [1], "The admin user is always being created. The ID of this user is retrieved from the user configuration parameter PARAM_ADMIN_ID, which defaults to admin." You can create users and add them to Administrator groups. [1] https://jackrabbit.apache.org/oak/docs/security/user/default.html

Views

45

Likes

2

Replies

2
Re: Why CUG not restricting auther to access the folder when it is not present in CUG? - Adobe Experience Manager 23-08-2022
Admin user is a superuser, who can perform any action in AEM, so even if you have added any restriction on an action in AEM, admin can also perform this action.

Views

47

Likes

3

Replies

4
Re: Adding Image To A Component Dialog - Adobe Experience Manager 22-08-2022
Hello @Sanjana12 Check Image core component [1] [2], which uses the image in component dialog. [1] https://www.aemcomponents.dev/content/core-components-examples/library/core-content/image.html [2] https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wcm/components/image/v3/image

Views

53

Likes

2

Replies

0
Re: Fork WCM component to be organization core components - Adobe Experience Manager 21-08-2022
As mentioned in my previous comment, It's advised to use core components as dependency and overlay them to use. Forking is a decision you have to evaluate for your business use case, but consider the fact that you will not get any benefit from future releases of core components.

Views

23

Likes

2

Replies

0
Re: Fork WCM component to be organization core components - Adobe Experience Manager 20-08-2022
@blueboi you can fork the core component repo and maintain it as your company's core component. The only constraint in this approach will be that, you will not get any benefit from future releases of core components. So take a decision carefully about which approach you want to proceed with.

Views

56

Likes

2

Replies

2
Re: Fork WCM component to be organization core components - Adobe Experience Manager 20-08-2022
You do not need to fork the core component repo and maintain it. Rather, you can define dependency in your project POM, see this article for details [1], or you can download and install the core component package directly [2] If you are using AEM as a Cloud Service, you do not need to define any installation step, as AEM as a Cloud Service automatically comes with the latest version of the Core Components [3] Make sure that you do not use the core components directly, rather create proxy compone...

Views

76

Like

1

Replies

4
Re: Can we create page/assets on publish instance ? - Adobe Experience Manager 18-08-2022
I have not tried it personally, but you can add additional properties, programmatically, to make difference.

Views

70

Like

1

Replies

0