If you can get the same user on author then below steps will help:open any content page of you site where client context is available.open the client context modalmake sure your client context contains resolved segment Client context component (default one does contain it at the end)impersonate the ...
Hi,I created a datetime dialog field as mentioned but for me the time dropdown was of proper width.Is it possible for you to post your entire dialog XML? along with any edit config nodes and other dialog nodes that you might have in your dialog? This will help analyze your issue in detail.
Hi Siva,The issue with query that you have mentioned is; group.p.or is set to true whereas if you observe the querybuilder.json I pasted, it contains group.p.or=false, if it is set to false then it means you are putting & conditions between your criterias and it should work then.Right now in query f...
Hi Siva,Based on the condition and criteria you mentioned, I guess below query would suffice your need.Using querybuilder json it would be as below:http://localhost:4502/bin/querybuilder.json?type=cq:Page&group.p.or=false&group.1_daterange.property=jcr:content/expirydate&group.1_daterange.lowerBound...
Hi Dim,We had similar requirement and we were using AEM version 5.6.1.These might not be the best approaches but we figured out 2 possible ways of doing it:1. Overlaying OOTB js fileSteps: We created linkDialogConfig node, for e.g. /libs/foundation/components/text/dialog/items/tab1/items/text/rtePlu...
Hi Sham,Will it also offer the degree of control on Suggestions? I mean what should get offered and what not.I went through the article and it seems it will index all the properties mentioned which means all the indexed content would come up as suggestions. Is there a way to limit it?ThanksRunal
Hi Jitendra,As far as I know there is no way to avoid it from happening.First of all let me explain you why it happens: When you load the page with contentfinder then your actual page gets loaded in iframe, so if you access URL - localhost:4502/cf#/content/geometrixx/en.html then content/geometrixx/...
You will need to overlay the entire path from libs to apps.i.e. /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.js to /apps/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.jsUnfortunately the forum doesn't allow to attach the zip otherwise I would have attached it here.Send m...
Hi,I guess below steps would help you achieve what you have mentioned:Steps:First of all you will need to overlay OOTB LinkDialog.js file.Current location of LinkDialog.js is - /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.jsOverlay the path and bring it under appsYou will need to d...