Hi all,I'm using SPA SDK and adding custom React components to my pages. That's going great. I would like to know, has anyone successfully found a way to implement a layout container inside of a React component? I'm reading through the API @adobe/cq-react-editable-components - npm but not finding...
Hi,I need some extra metadata for the assets I upload in DAM to be populated in my asset metadata schema..ImagesOrientationVideosOrientationDurationFrame sizeIs this possible out of the box?
We are using querybuilder to retrive teh asset information from DAM.eg - /bin/querybuilder.json?fulltext=%test%5d*&orderby.sort=asc&p.limit=-1&path=%2fcontent%2fdam%2test%2f&type=dam%3aAssetAll of a sudden we have started getting errors the below error in our prod env. Dev, stage and local env are w...
I have requirement where not just one but all the users from same group has to approve the content for activating page.I have created a simple participant workflow.Validate Content is participant step with group assigned.In the OR split User of a group can reject(participant step) or Publish(process...
Hi All,I have completed the migration from AEM 6.2 to 6.4 successfully but when I am starting my new AEM 6.4 server I am getting below error : 16.05.2019 13:44:25.152 *ERROR* [Apache Sling Repository Startup Thread] com.adobe.granite.repository.impl.SlingRepositoryManager Exception in a SlingReposit...
We are facing issue trying to concatenating two string in in HTL java-script use api . In my info.js (rendering server side and used in template using data-sly-use ): var a = ‘String 1’, b -= ‘String 2’Option 1: var c = a+’_’+ b; //Tried concatenating with ‘+’Expected String 1_ String 2Getti...
I have requirement to create a component(carousel) and build a content service around this component.I have created a content fragment model and content fragment. But i am not getting how to connect this carousel component and content service model.I am able to add text fields and date&time fields e...
Hi all,I'm running AEM 6.4.4 and I'm trying to create a select dropdown with custom svg icons using the the new Coral 3 Select component (Select — Granite UI 1.0 documentation ), but the icons always get duplicated when the component is rendered.Does Coral-Icon support SVGs? If not, what is the prop...
i have tried using sticky top nav in aem 6.4 using bootstrap 4 but it is not working. I also tried inline css for the same but navigation bar is scrolling with the content.