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....
Hi,
Do you see any exception/errors in error.log ? Also check whether all bundles are active in http://localhost:4502/system/console/bundles
Did you install custom bundles, if so there might be some bundle version issues which might cause all bundles to be in active status.
Sharing full error...
Hi,
We have to write custom logic to include additional tags to AEM clientlibs. You can refer below link for the same
https://github.com/arunpatidar02/aem63app-repo/blob/master/java/ClientLibsModel.java
As Arun mentioned, we can add the paths which should not be crawled by search engines in robots.txt
Robots.txt file should be available at root level (Ex: https://www.example.com/robots.txt)
You can have the file available in publisher and add redirection in dispatcher file so that it will load ...
Hi,
There are different ways to setup the runmode to instance, please check below link for the ways and precedence
https://www.aemcq5tutorials.com/tutorials/set-up-run-modes-in-aem/
Hi,
I custom built similar functionality where design team can create a layout by adding layout component which accepts "Title" , Approved or not (Switch) and have a parsys where we can add the components and create a structure with all the default options modified.
Created another reference com...
Hi,
Adding allowProxy property to clientlibs folder under apps will auto change the path from /apps to /etc.clientlibs while rendering the page.
Refer: https://experienceleague.adobe.com/docs/experience-manager-64/developing/introduction/clientlibs.html?lang=en
Hi,
Are you trying to access from dispatcher or publisher instance ? Try checking directly from publish instance with ip and also check whether /bin is added under below configuration
Apache Sling Servlet/Script Resolver and Error Handler
Hi
Below is the query to fetch the assets which are uploaded in last 1 day
path=/content/dam/entype=dam:Assetrelativedaterange.property=jcr:createdrelativedaterange.lowerBound=-1dp.limit=-1