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

BrianKasingli
BrianKasingli
Online

Badges

Badges
40

Accepted Solutions

Accepted Solutions
293

Likes Received

Likes Received
864

Posts

Posts
732

Discussions

Discussions
48

Questions

Questions
683

Ideas

Ideas
0

Blog Posts

Blog Posts
3
Top badges earned by BrianKasingli
Customize the badges you want to showcase on your profile
Re: Prevent Robots.txt file from getting downloaded - Adobe Experience Manager 24-08-2022
how about https://adobe-consulting-services.github.io/acs-aem-commons/features/robots-txt/index.html ?

Views

14

Like

1

Replies

0
Re: Image Lazy Loading JS libraries - Adobe Experience Manager 24-08-2022
You can try using Vanilla-LazyLoad LazyLoad is a lightweight (2.4 kB) and flexible script that speeds up your web application by deferring the loading of your below-the-fold images, animated SVGs, videos and iframes to when they will enter the viewport. It's written in plain "vanilla" JavaScript, it leverages the IntersectionObserver API, it supports responsive images, it optimizes your website for slower connections, and can enable native lazy loading. See all features for more. You can registe...

Views

25

Likes

3

Replies

0
Re: Meaning of the requestAttribute? - Adobe Experience Manager 07-08-2022
Yes, it is working.

Views

72

Like

1

Replies

0
Re: AEM Editable Templates, how to add properties such as... - Adobe Experience Manager 28-07-2022
Setting allowedChildren String[] property has no effect on 6.5.11.0

Views

66

Likes

0

Replies

0
Re: What is the proper way to package content fragments - Adobe Experience Manager 20-07-2022
Are you able to share the full stack trace of the error in the logs? Does the same happen if you pre-create the destination folder before installing the package? from the above it appears to relate to the import creating the folders to enable it to place content deeper in the tree. Can you check in crx/de to see if there is a difference in the jcr:primaryType of the manually created and imported folders? I have tried this locally but cannot reproduce the issue, however i am currently on 6.5.11.

Views

163

Like

1

Replies

0
Re: The Evolution of AEM Sites Tutorials - Adobe Experience Manager 19-07-2022
Thanks, this is great!

Views

94

Likes

2
Re: Site Templates - Adobe Experience Manager 19-07-2022
In common practice, a new AEM website is generated using the AEM Project Archetype. https://github.com/adobe/aem-project-archetypeIn the example editable template template. That's right, a template that you can make templates with. After building your newly project via AEM Project Archetype, you will find yourself a full width template under /libs/wcm/core/content/sites/templates.html/conf, for practice, try creating new templates in this section from the UI, and this does not require any coding...

Views

88

Like

1

Replies

0
Re: Can we use JCR to store files? - Adobe Experience Manager 19-07-2022
Its best practice to store digital assets inside of the AEM DAM /assets.html/content/dam, as you can set up a strategy for user permissions and rights to these resources.

Views

97

Like

1

Replies

0
Re: Need to count the items present in same category in json. - Adobe Experience Manager 19-07-2022
It really depends on the JAVA library you are using. Take some time to Google Java docs that correspond to the Java library you are using.Assuming that you are using the org.json library, you can call on the size method, for example: import org.json.simple.JSONArray; import org.json.simple.JSONObject; ... JSONArray array = new JSONArray(); array.add("e-mail: krishna_kasyap@gmail.com"); array.add("phone: 9848022338"); array.add("city: Hyderabad"); array.add("Area: Madapur"); array.add("State: Tel...

Views

35

Like

1

Replies

0
Re: Cannot publish Experience Fragment - Adobe Experience Manager 19-07-2022
@ttra123 Please ensure that your user has publishing rights to editable templates and policies under /conf. You might also want to check if you have publishing rights to the DAM images.

Views

44

Like

1

Replies

0