I have created a custom widget using ext js and using that I am saving some properties in a node in jcr.
but it saves it as jcr:primaryType sling folder however I want to change that jcr:primaryType to my custom node type.
i tried writing like " jcr:primaryType" :"customNodeType" or "nodeType":"customNodeType" but its not working?
please help