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

ac6600
ac6600
Online

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
11

Discussions

Discussions
2

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ac6600
Customize the badges you want to showcase on your profile
Re: How to prevent a webpage from opening directly? - Adobe Experience Manager 03-08-2022
Depending on the situation you might want to avoid that's already good enough. But of course it's very easy to fake. But if you just want to avoid people getting there because the page is indexed by the search engines, it's probably good enough.

Views

45

Like

1

Replies

0
Re: HOW TO INCLUDE ONE COMPONENT WITHIN ANOTHER COMPONENT? - Adobe Experience Manager 30-07-2022
@ac6600 data-sly-resource includes the result of rendering the indicated resource through the sling resolution and rendering process. It helps include result of a resource from a path specified. The sling resolution and rendering process will process the indicated resource from path and result will be included. In your case you just have to use - within the html of your page-hero component. for more details fon HTLs: https://experienceleague.adobe.com/docs/experience-manager-htl/using/htl/block...

Views

90

Likes

2

Replies

0
Re: How to compare the size of the asset uploaded with the value from my custom OSGi configuration? - Adobe Experience Manager 18-05-2022
The problem is that you need to hook into the asset upload process itself somehow. At best in a way, that terminates the request as soon as it crosses the configured value in the request body's size. In AEM 6.x I don't think that there is a public API for it, and in AEM CS it is not possible at all, because the upload itself does not happen via the JVM at all.The best way is either to restrict the frontend to prevent selecting larger assets to handle the cases when they are already uploaded.

Views

169

Likes

0

Replies

0
Re: Ability to map misspellings to other words - Adobe Experience Manager 03-05-2022
As per the W3 spec, you can use the spellcheck attribute on HTML input fields (such as and ) to toggle browser's built-in spell checker on or off. It has the following values:spellcheck="true" or spellcheck — enables spell checker;<input type="text" spellcheck="true" /> <textarea spellcheck="true">

Views

90

Likes

2

Replies

0
Re: How to add custom rule for only pdf(s) that are uploaded shouldn't have special chars, space or caps and max size limited to 5mb? - Adobe Experience Manager Forms 25-04-2022
Hi Vikram, Thanks for the heads-up. But in the link, what I could find is how to restrict type of files to upload in assets(.img , video etc.). My question was to limit the size of pdfs and images, and use custom rules for naming where it won't allow special chars, caps, and spacing. Also there will be separate set of rules for pdf and image. I tried by navigating to /apps/dam/gui/coral/components/commons/fileupload/clientlibs/fileupload/js/fileupload.js and modified the code (shown in the image...

Views

128

Like

1

Replies

0
Re: Sample questions for AD0-E116 - Adobe Experience Manager 07-02-2022
There is no clear shortcut. Follow the study guide and references topics. Mostly developers tend to skip dispatcher, would recommend to get more hands on knowledge on dispatcher. give equal weightage to CORE components and templates development.

Views

199

Likes

2

Replies

0
Likes from