Hi all,
Solved! Go to Solution.
Views
Replies
Total Likes
Try this
curl -u admin:admin -F "jcr:primaryType=cq:Page" -F "jcr:content/jcr:primaryType=cq:PageContent" -F "jcr:content/jcr:title=New Page" -F "jcr:content/sling:resourceType=geometrixx/components/contentpage" -F "jcr:content/myMultiValue=value1" -F "jcr:content/myMultiValue=value2" http://localhost:4502/content/geometrixx/en/page
Views
Replies
Total Likes
Try this
curl -u admin:admin -F "jcr:primaryType=cq:Page" -F "jcr:content/jcr:primaryType=cq:PageContent" -F "jcr:content/jcr:title=New Page" -F "jcr:content/sling:resourceType=geometrixx/components/contentpage" -F "jcr:content/myMultiValue=value1" -F "jcr:content/myMultiValue=value2" http://localhost:4502/content/geometrixx/en/page
Views
Replies
Total Likes
Hi Mshajiahmed,
Thanks so much. Yes this worked. It created "String []" in CRX.
And how do we specify other DATATYPES in CURL command:
For example:
Date
Boolean
Binary
Decimal
Double
All these options I see in CRX when you try adding a property to node using CRX.
Where I can get info on these ?
Views
Replies
Total Likes
Views
Likes
Replies