Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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 ?
Solved! Go to Solution.
Make use of typehint .
https://sling.apache.org/documentation/bundles/manipulating-content-the-slingpostservlet-servlets-po...
View solution in original post
Views
Likes
Replies