Hi!
Try adding a cq:dropTargets node to the cq:editConfig node of your component. You could use the Image Core Component as a reference: https://github.com/adobe/aem-core-wcm-components/blob/main/content/src/content/jcr_root/apps/core/wcm/components/image/v3/image/_cq_editConfig.xml
Just checking, have you installed the GraphiQL package?
https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/graphql-api-content-fragments.html?lang=en#graphiql-interface
Hi all!I'm trying Tough Day 2 for performance testing and I'm not able to execute a test an exact amount of times concurrently.This is my configuration file: runmode:
type: normal
concurrency: 20
waittime: 10
tests:
- add: CreatePageTest
properties:
title: PageTest
parentpath...
Hi! I'm working on a cart abandonment example and I'm having an issue with Target. I created the following audience in Target and I'm using it in an activity to display a message: Also, I'm updating the profile through the bulk update API sending the pcId that I receive from my Analytics Trigger (th...