We have included the fonts using below syntax@font-face { font-family: SlatePro-Bk; src: url("../css/fonts/SlatePro-Bk.woff") format("woff");}Font file is placed in apps/{project-folder}/clientlibs/{client-libraryfolder}/css/fonts/SlatePro-Bk.woff.Fonts are not loaded it gives 404 error when the c...
Dear Experts,We have one question. Currently On AEM Asset page there are three widget by default. (see attached screen)1.Activity2. Discover3. RecentCan we add more widget on this page? If yes then how we can add either by customization or by configuration?ThanksSamer
According to How to serve stale content in case no render is available I have configured /serveStaleOnError on our dispatcher(apache 2.2 dispathcer 4.2.3/4.2.2).For testing purpose I've created the following page:<html> <head> <title>Throwing an Exception</title> </head> <body> ...
Do tools disappear - Tools did disappear after going in and out of Rich Text Editor component more than 2 times basically when you hit X button to close RTE and open it again it is happening . See screenshot below. It is happening in AEM 6.3 SP1 and SP2 as well. Does anyone have similar issue please...
Hello,I am using a custom implementation of forums where "social/forum/components/hbs/forum" is extended. When making a forum post I see that the related 'activity' entryis created with id as "id": "/content/usergenerated/asi/mongo/content/project/en/root/activitystreams/activities/community/b8554...
Hey All,We had a question about our repository under the crx-quickstart folder. Our total folder is 26 GB and we're looking for ways to reduce it. Based on everything I've seen, I narrowed it down to a few times that are the culprits.The segment store just has a bunch of .tar balls in it from when w...
hi guys i need help from you, i created chillist servlet for reading properties from /content it returns a JSONArray of the node's child node paths and properties.so plz help for unit testing. i need unit testing script for this code, this my codepackage com.aem.community.core.servlets;import java.i...
Component dialog showing error in granite.js------------------------------------------------------------java.lang.Error: Unresolved compilation problems: Only a type can be imported. com.adobe.acs.commons.genericlists.GenericList resolves to a packageGenericList cannot be resolved to a typeGenericLi...
Hi everybody,In coral-pathbrowser, when pathbrowser's popup is shown, it can focus in item which had been selected before. But in coral-pathfield, it can't do like that, it only focus in rootPath. I tried to custom pathfield but I can't.Could we custom coral-pathfield in AEM 6.3 to focus in item whi...
Hi ,I'm using AEM 6.4 and using following master branch of aem-communities-extensions/aem-communities-journal-extension at master · Adobe-Marketing-Cloud/aem-communities-extension… to develop the custom extended Journal Component. I was able to build and install the custom journal component but, lay...