could someone help me to understand how to enable/support 3rd party video content from YouTube and Vimeo for embed component on cloud please. Thank you
Hi All, We have a requirement to create Calculator in AEM (for Loans). Is there anything out of box available for Computing Formulas in AEM or any customization we can do in something already existing. We dont want to use AEM forms. We want to create in AEM itself. Any Approach/Guidance is...
Is it possible to query contains some using GQL in AEM? Example: title contains: ["Health","doctor","medicine"] If it contains anyone of them then return true. One way would be to individually add these elements: { _expressions: [ { _operator:CONTAINS value:"...
The default textarea is too large. How can I modify the size of the textarea by some fields? Is it possible? Or I must overwrite it and use js to modify it?
Hi All,I have an odd one...We recently migrated from our AEM on prem to AEM cloud and have found a bug I'm just not sure how to fix.We have a component that is using a query to grab articles to display in a carousel. in the Author it looks fine, matches our on prem.. however, when published the publ...
Hello, im new to AEM and Im trying to learn how to create a custom rollout configuration but Im wondering how I can test the code below with Mockito. import javax.jcr.RepositoryException; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ValueMap; import org.osgi.s...
I have one custom carousel Component having more than 3 slides (authorable). These slides are custom Media Component. Now my requirement is i want to show one logo (authorable) to the top left corner of "only 1st slide". How can i achieve that? Because if i will put the authoring logo option in M...