Creating property in node | Community
Skip to main content
October 16, 2015
Solved

Creating property in node

  • October 16, 2015
  • 1 reply
  • 849 views

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 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015