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

sathya_prakasha
sathya_prakasha
Offline

Badges

Badges
21

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
24

Posts

Posts
105

Discussions

Discussions
23

Questions

Questions
82

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sathya_prakasha
Customize the badges you want to showcase on your profile
AEM Certficate to create a token - Adobe Experience Manager 21-07-2022
HI Team, We are using below code and its working as expected in local environment but when we deploy the same into dev and QA. its not working throwing a below error.certificate saved under etc as p12 format.Code:SSLContext sslContext = SSLContexts.createSystemDefault();Resource resource = resolver.getResource(certificatePath);Node jcnode = resource.adaptTo(Node.class).getNode(Constant.JCR_CONTENT);InputStream stream = jcnode.getProperty(Constant.JCR_DATA).getBinary().getStream();KeyStore keysto...

Views

39

Likes

0

Replies

0
Re: .aem-grid to custom name - Adobe Experience Manager 25-04-2022
Hi @sathya_prakasha , If you want to customize aem-grid system, you can do by overriding classes. You can refer to this blog post for more details. But if it is a strict requirement for you to customize the default naming convention then I think you should use separate frontend integration. Like in our recent project we used react integration which allows us to do detailed customization for frontend.

Views

75

Like

1

Replies

0
Re: json exporter - Filter allowed components aem 6.5 - Adobe Experience Manager 16-12-2021
AEM Tutorial #19 | Jackson exporter in AEM | Sling Model Exporter using Jackson Exporter in aem - YouTuberefer to this video you will see it in action.

Views

193

Like

1

Replies

0
Re: Hide tools icon on aem/start.html - Adobe Experience Manager 01-10-2021
Hi @sathya_prakasha you can use ACLs (Access Control Lists) to restrict access to below path /libs/granite/ui/content/shell/start/content/cq/items/tabs/items/tools - so only users that are members of group that have permission to read above path will see Tools option in the start screen. You can find more information about ACLs under https://experienceleague.adobe.com/docs/experience-manager-65/administering/security/security.html?lang=en#permissions-and-acls

Views

571

Likes

3

Replies

0
Re: Angular Integration in AEM - Currentpage is not working - Adobe Experience Manager 20-08-2021
Hi @sathya_prakasha What is the navigation root you have configured on your component? I believe you must have configured it as "/content/my-project/us/en" which is why your component response is returning as /content/my-project/us/en.model.json and that is expected functionality. Refer the link here for more info:https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/navigation-routing.html?lang=en#react-routing Thanks!

Views

121

Likes

0

Replies

0
Re: Angular Integration in AEM - Currentpage is not working - Adobe Experience Manager Assets 23-07-2021
@sathya_prakasha I would suggest posting this question in Sites community, rather than Assets. You will get a faster response: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/ct-p/adobe-experience-manager-community

Views

182

Like

1

Replies

0
Re: dynamic media intergration with custom component - Adobe Experience Manager 08-03-2021
Please check the helpx mentioned below [0]. [0]: https://experienceleague.adobe.com/docs/experience-manager-64/assets/dynamic/adding-dynamic-media-assets-to-pages.html?lang=en#adding-a-dynamic-media-component-to-a-page

Views

506

Like

1

Replies

0
Re: Inhertiance lock symbol not showing on experience fra... - Adobe Experience Manager 02-03-2021
- Check if the livecopy has proper relationship to the master- Go to crxde and check if "cq:LiveRelationship" mixin is added to the livecopy and cq:LiveSyncConfig node is present at the root and mapped to the correct master- Lastly, try to create a new livecopy and see if you can reproduce the same issue

Views

254

Like

1

Replies

0
Re: dynamic media provides blur images - Adobe Experience Manager 16-02-2021
Recommendations will be to upload high res. images/assets to the instance. As DM does do a little down sampling. Which can be taken care of by going int the account and addressing the quality.

Views

311

Likes

0

Replies

0
Re: dynamic media - aem - Adobe Experience Manager 03-02-2021
It will be handled by css, we need to provide css class in and that should adapt Resonsive image as needed

Views

384

Likes

0

Replies

0
Likes from