How I can fetch data that is stored in content fragment and show them in teaser?For example in CF I have A,B,C,D fields and in teaser I just need A,B so teaser need to by dynamically populated based on CF?
I'm working on AEM React project. What is my goal, I have core button from React, I want to edit style of that button so everytime when I use it that style need to be applied.Core button > I added my custom style in css > Use that button with that style
I have this service: @Component(service = CurrenciesMongoWriter.class)
public class CurrenciesMongoWriterImpl implements CurrenciesMongoWriter {How to make it to run in dev mode for example throught configuration
Lets say I have one service like this: @component(service = CurrenciesMongoWriter.class)
public class CurrenciesMongoWriterImpl implements CurrenciesMongoWriter {
...
...
}How to add run mode to it so I can test it in dev, prod and etc.
This is in component Image.content.xml<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" jcr:title="Image" sling:resourceSuperType=...
Im using this code to render image: <div data-sly-use.image="com.adobe.cq.wcm.core.components.models.Image" class="cmp-cardcomponent__image" data-image="url(${image.src @ context='text'})" style="background-image: url(${image.src @ context='text'});"></div>Its work fine. In place editing wor...
Rotate isn't working. Original picture is people are in normal position, then first ss is when I rotate picture and click submit and second ss is how picture is looking after I click submit, as you can see that crane or something is in normal position, not rotated.
Hi, I have on component rotate, crop and etc. but when I try to submit changes, for example rotate to left my image stay as it is.I'm adding image on this way: <div class="cmp-cardcomponent__image" data-image="url(${properties.fileReference @ context='text'})"
style="background-image: url(${pr...