Hi,I've a requirement where I need to add custom css class to <ul> tag in rich text editor. The style plugin adds the span tag inside <li> tag.Is there any way to achieve it?Thanks,Himanshu Singhal
Hi all,starting from AEM 6.5 Adobe provides two types of uber-jar: regular and with deprecated api. Looking at AEM docs I can see that com.day.cq.dam.scene7,Scene7Service has been marked as deprecated and we're instructed to use com.day.cq.dam.scene7.api.Scene7Service.However neither of packages lis...
Hi,As part of CFP release notes I could find brief description of issues and its fix number. But is there anyway through which I can get detailed description of an issue/fix that was made available in cumulative fix package. Thanks,Amuthesan.
Hello everyone,I am trying to add additional fields to the Asset Finder for Content Fragments, so that content authors can search for fragments with specific tags and metadata fields, here: AEM allows me to overlay search facets in the Asset Finder for Images by editing the Page Editor (Image search...
Hi all,I am trying to implement something like below in sightly<div class="${condition1?'class1:'condition2?'class2':'condition3?'class3':''''}">I have 3 conditions, if condition1 is not met it goes to condition2 and then condition 3 and finally else case. I am getting error doing above.Below is gen...
Hi All,I have one doubt regarding dam asset.If I have one asset (image/pdf) in production author instance and the same asset also present on production publish instance, now If I am going to delete the asset (image/pdf) from production author instance without deactivating it, in this case the asset...
Dear Experts,When a bunch of images are uploaded to AEM instance with 6.3.3 version having separated datastore, all images are uploaded successfully and proper jcr content fields are allocated. But, when I tried to locate the image(file) specified in dam:sha1 field in filedatastore, I neither found ...
Hi,Requirement is to have a auto-complete text field in Asset metadata editor to enter user name.Author should be able to enter user id/name, which gets validated against external user list in LDAP and show suggestion list with available users.Ex - Author enter text string as "adm", he will get lis...
Hi,We have integrated search and promote our sites with results combined from 4 URL'sWe have a scenario to give weightage to results in a particuluar URL or rank results by URL's.Any suggestion on this willl be very helpful.Thanks,Sagar Kumar
Hi! I'm in bit of a dead end, and what i've read in the documentation here has not helped me much.I'm using the suggester OOTB service to get results, and right now it's working but it's fetching suggestions from all kinds of different unwanted places.The server on which this AEM instance will run ...