I am following this to extend the AEM communities component, I am at adding the component to the sample page but I am getting this error.I have also attached the package of site and custom component please have a look. author publish
The Rich Text Editor capabilities to enter info into the description field, there are a few buttons with rollover labels that are not helpful and those have proper labels in classic.Is it Product Behavior for these plugins.Please find the attached screen shotTouch UI:Classic UI:Thanks,
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...
I have IIS 10 installed, but running into issues with what I need to configure to get this properly working. I am looking for some documentation on this if possible. Any help will be greatly appreciated on this.
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...