Solved
Creating property in node
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 ?
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 ?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.