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: AEM Inline Editor adds "span" tag to text with inline styles when removing a line break - Adobe Experience Manager 09-06-2022
Like removing the P tag, you can also remove the Span tag. https://sourcedcode.com/blog/aem/aem-richtext-remove-p-tag-removesingleparagraphcontainer-for-touch-ui

Views

88

Likes

2

Replies

0
Re: SDI ESI vs ESI tags - Adobe Experience Manager 09-06-2022
@aemuser29,When you use the SDI bundle from AEM, with proper configuration (in particular the SSI with apache config) your apache web request to the publish will return an HTML document, with target resource types being transformed to return lines of code that look like this, Similarly, when you have enabled ESI tags enabled, your apache web request to the publish will return an HTML document, with target resource types being transformed to return lines of code that look like this, Not only do...

Views

43

Likes

2

Replies

0
Re: npm install failed error - Adobe Experience Manager 09-06-2022
@arunpatidar Thanks for the suggestion. As I was using latest node version, just changed the npm version to 3.10.8 and it got worked. Thanks for your time.

Views

60

Like

1

Replies

0
Re: How to initialize ResourceResolver reference variable. - Adobe Experience Manager 09-06-2022
@BrianKasingli , I guess, you missed something in url. Let me add correct url.https://youtu.be/H_ljzX9B4Q0

Views

119

Like

1

Replies

0
Re: Can we async or defer referencing Client side Libraries - Adobe Experience Manager 03-06-2022
Hi Asutosh_Jena_ Thank you for the response. Tried the above solution where dependencies and embedded categories are not building as clientlibs .Only specified categories are coming when we used newly created template ''/apps/clientlib -async/sightly/templates/clientlib.html''. Any input highly appreciated.

Views

120

Likes

0

Replies

0
Re: sling servlet - Adobe Experience Manager 25-05-2022
You can also call the out of the box content APIs (which utilizes servlets) in AEM like: .model.json - https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/json-exporter.html?lang=en.infinity.json - https://one-inside.com/aem-headless-cms/#Content_APIspageinfo.json - https://github.com/AdobeDocs/experience-manager-65.en/blob/main/help/sites-developing/pageinfo.md

Views

107

Like

1

Replies

0
Re: Apache Sling Dynamic Include, Best way to Install Bundle into AEM - Adobe Experience Manager 16-05-2022
The best way to install the dynamic sling include bundle is to embed the bundle into your. I have already replied to your last post, but here's instructions on how to do it again:You can do this easily (after building and deploying code into your AEM local, you should be able to find the jar file existing under /apps/my-site/install:1. Include the SDI as a dependency in the ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include2. Embed the SDI as a package for deployment in ui.apps po...

Views

78

Like

1

Replies

0
Re: How to package (SDI) JAR file into my AEM project? - Adobe Experience Manager 16-05-2022
You can do this easily (after building and deploying code into your AEM local, you should be able to find the jar file existing under /apps/my-site/install:1. Include the SDI as a dependency in the ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include2. Embed the SDI as a package for deployment in ui.apps pom.xml org.apache.sling org.apache.sling.dynamic-include /apps/my-site/install3. Include the SDI as a dependency in the parent pom.xml org.apache.sling org.apache.sling.dynamic-in...

Views

92

Likes

2

Replies

0
Re: What is shy? - Adobe Experience Manager 06-05-2022
Thanks so much for the hint. Exactly it was domain specific Replaces all soft hyphen markers {@code [-]} with {@code ­}

Views

73

Like

1

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