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
...
Hi,
It is part of the ootb and no additional licensing is needed
Refer:
https://experienceleague.adobe.com/docs/experience-manager-learn/sites/personalization/context-hub-technical-video-setup.html?lang=en
Hi,
I only assume the above scenario will happen when the .html file which includes the clientlibs are not part of the page (component) html, check whether there are any conditions which are not passing to execute the clientlibs html file. Add some html tags to make sure the .html file is executing....