Hi,We are upgrading our application from AEM 6.0 to AEM 6.2.I have installed CFP 13.I see that Component specific Clientlibs under apps not loading .I am embedding the Component specific Clientlib /apps/bootstrap/components/bootstrap-nav-megamenu/clientlibs/js/bootstrap-nav-megamenu.min.js in /etc...
Hi All, We have a Asset metadata schema with various fields , Many of them are optional. Now we are trying to make few fields as required, and expectation was it gives an error if any those mandatory fields are is not authored for new assets . But it is showing a error message (REQUIRED METADATA ...
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
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...