Hi @prajwalreddii1 ,Please check for detailed failure reason in logs.
To my understanding I think deploying same version again might be causing an issue.If that was one time activity to deploy that packages, you can remove that from the proceeding deployments.Thanks,
Milind
Please make use of global sightly object: pageProperties
This will return you the properties relevant to the page where you are having the markup/ component.
Refer this tutorial : https://www.youtube.com/watch?v=GEiGIAgV0NY
for more understanding on global objects in sightly.
@krati_garg This is useful, however it does not fit best when you have lots of CF models created under one configuration browser. Also, you need to update configurations at asset folder level for each and every folder.
This is doable for small count of folders, configurations & models but this bec...
@pradeepdubey hi - You need to use character encoding in that case. Also note, you will always see ??? when printing into logs - please try to write it on response for testing.Thanks,
Milind
One of the ways to customise this would be to :1. Get the current userGroups and check if they fall in the group for which commenting should not be allowed. Lets, assume the variable as isUnallowedUg.
function getLoggedInUserID() {
var currentUserId = "";
var currentUserInfo;
var CURRENT...
Request for Feature Enhancement (RFE) Summary:Content Fragment creation wizard to have option to allow only few models and not all.Use-case:When author tries to create a new CF, he/she should be able to control the models that should be populated on creation wizard.Current/Experienced Behavior:Curre...
Hi @RinkiShahi ,
This is already accessible on root using "sitemap-index" selector.----
For instance,
I have enabled sitemap generation in Advanced Properties for US & CA in WKND sites including the root page.
Now when I try to access :http://localhost:4502/content/wknd.sitemap-index.xml
It y...
Hi @akshaybhujbale ,
You dont require authentication on publisher to access /api.Which is why you see the response even when entering a wrong username.