parthapratim2
15-10-2015
CQ.HTTP.post("/content/corp/en_us/test/jcr:content", null, {
"jcr:primaryType" : "cq:PageContent",
"propertykey" : "propertyvalue"
});
How can I give property type to it ?
Sham_HC
Make use of typehint .
https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-po...