We use the MonoType CDN for custom fonts on our site. When the Rte.js attempts to parse the style sheets included on the page for class style matches defined in RTE, it fails parsing the CDN link causing complete failure of the rich text editor's authoring functions. Version 5.5.Thank you in advance
hi, i want to query all the assets inside Dam, except asset inside a folder(read specific folder), how to achieve this.since i am moving file from a folder to this specific folder, so i cant not user jar:content/cq:parent path..please help.
Hello,I would like to send email picking the template from AEM, and also dynamically adding values to the template using the workflow code. I would like to construct the "TO" list in an email dynamically, picking it up from a group of users(group A), and would like to insert a line, "URL" dynamicall...
Is there an API deployed in CQ5 we can use to manipulate PDFs? I found a bunch of bundles in the OSGi console, but saw no documentation on how to use these libraries. Thank you
I am looking for custom widget with smart image. using this i can drag and drop the images from CF or upload it directly.I tried creating it but i see the blank Image Panel with no option to upload or drag and drop. this.file = new CQ.html5.form.SmartFile({ cls: "HCW-QuickF...
I need some help with determining best practice solutions for site specific configuration of shared, or server-wide, items in our CQ installation that will soon have multiple sites / domains. The affected items in our server are first the error pages (404/500 pages), second the domain name mappings,...
Strange problem.I am trying to use CQ video component to insert an mp4 video in my page. It works fine in my author env., but it's not loading on our publish instance. What could be the problem?Thank you for your help.
Hello All,Is it possible to restrict a specific user's view on siteadmin.html, probably to view just /content/campaigns/Test/campaignName alone and not the /content tree and rest of the trees in siteadmin.htmlIn addition is it possible to restrict the user from clicking on the dam(image) icon on the...
I am trying to create custom tag libs by using OSGI bundles in cq. Actually i created all the necessary files but i could not place my mytags.tld file under META-INF folder in build time. For that i used "maven-bundle-plugin" plugin. Here is my code to include the resource in META-INF folder <plu...
All,Is there a way to determine programmatically on when the workflow is complete so that i could do something, say clear an arraylist, once it is complete?Regards,Nicole