I am a content editor for multiple sites and they've now turned off page preview in edit mode for performance. This is understandable given the size of the organization and pages they manage, however it has considerably increased my pain and time efficiency. Meaning, all I see is component titles on...
Sorry if this has been answered before. When submitting an asset for upload using the asset REST API POST method, is it possible to also send the metadata you want to add to the asset in the same call or would that require a second upload?
Hi All, For multifield we are using sling:resourceType=granite/ui/components/coral/foundation/form/multifield as property we are getting problem. In the dialog box Authored content not showing it's showing empty. we replaced with this sling:resourceType=granite/ui/components/foundation/form/mult...
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:"...