Hi,We are able to mock CA Config like below import static io.wcm.testing.mock.wcmio.caconfig.ContextPlugins.WCMIO_CACONFIG;import static org.apache.sling.testing.mock.caconfig.ContextPlugins.CACONFIG;import org.apache.sling.testing.mock.caconfig.MockContextAwareConfig;private AemContext aemContext =...
Hi, You can create the common dialog having margin options and use below options to include common dialog items to a component sling:resourceType: granite/ui/components/coral/foundation/includepath: /apps/myproject/components/include/utilities/cq:dialog/content/items/tabs/items/utilities Also, write...
Hi,You need to have unique value for the node name instead of constant when we are looping, something like below<sly data-sly-resource="${'./title{0}' @ format=itemList.count, resourceType='/constellar-core/components/title}"></sly>
hi,
If you don't have publisher instance running on http://localhost:4503, you can go to below url in author (change the port of your author) and stop the replication agent (Default agent or other agent pointing to http://localhost:4503)
http://localhost:4502/miscadmin#/etc/replication/agents.au...
Hi,
Can you check whether there are any exceptions showing up in error.log? Path: /crx-quickstart/logs/error.log
This usually happens when there are some issues in starting the bundles
I'm thrilled to have been a part of the Adobe Summit and to have gained so much knowledge from the event. It was also an incredible opportunity to connect with so many talented members of the community. Meeting @kautuk_sahni and @Jagpreet_Singh_ was definitely a highlight of the experience, and I fe...
Hi,
Seems contexthub is enabled, check page component whether contexthub resource are added and remove it if not needed
https://experienceleague.adobe.com/docs/experience-manager-learn/sites/personalization/context-hub-technical-video-setup.html?lang=en
Are you seeing targeting mode selected on ...
Hi,
You can find the references of an image by selecting image, clicking on properties and check under references tab
Refer https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/models/Image.java for retrieving it from backend
...