I need to show all the children template value in Paragraphreference pop up right side.For example : if am in /content/geometrix --> if i click geometrix, it needs to show all child page content under geometrix.Could any one please help me how i can acheive that.
Hi All,Greetings!I am not sure if this is the right form if i can take help to fix my issue.When i am trying to upgrade from 6.0 to 6.1 in my test environment, the upgrade has not happened rather my AEM still running with same version.(6.0) Not sure where the problem after the unpack i did not see a...
Is it possible to set a page permissions up so that a page can be moved by a user but not deleted? I am assuming not, as I guess a move is a copy and a delete.We currently force users to use a workflow to delete pages so that it can stop any deletions above a set folder level, and so we deny delete ...
Hi,How to overlay jquery/underscore or any other js in my application which is under /etc/clientlibs/granite. Options I have tried which didn't workout:1) Under /etc/designs/<my-site> created a clientlib with same categorie name as "jquery/underscore" under /etc/clientlibs/granite.2) Created a under...
Hi,Is there any documentation for DAM sizing?I found in the docs website more related to the Sites sizing. Do you have any some guideline for sizing Author and publish DAM instances?I need some basical formula for sizing CPU, RAM and Disk.Any inputs ar welcome.Thanks
Is there a way to open the user admin interface with a specific user/group already loaded, using a specific URL or URL parameters for the user admin UI?
I have a number of different replication agents configured to activate content on different publish servers.I have a workflow process where I want to activate to only one of publish servers. I find the particular agent and then call to replicate. This is working and the page is only sent to the pa...
Hi, I am using oob aem's pdf generation feature.Chinese characters are not rendered properly in generated PDF.It comes as #####.How do i add simsun font to FOP or how to configure FOP to pick this font, so that the chinese characters are rendred properly.
HI, we want to extract Metadata for CRW files. we are using this code of JRAWIO- File file = new File("DSC1234.NEF"); ImageReader reader = ImageIO.getImageReaders(file).next(); reader.setInput(ImageIO.createImageInputStream(file)); IIOMetadata metadata = reader.getImageMetadata(0); By this code, we ...