Can someone refresh my memory how to specify property types in a  JSON file 
used in a Bundle's initial-content? 

I could swear i remember reading it on the Sling site, but can't find it again 
-- i swear that sites randomizes its content every few days just so I can't 
find anything on it :)

I tried using the properties key as seen here: 
http://sling.apache.org/site/content-loading-jcrcontentloader.html

"properties": {
"foo": {
"value": 1,
"type": "Long"
}
}



However that just creates 
.../node/properties/foo.value = [String] 1
.../node/properties/foo.type = [String] Long

As I would expect.

Thanks

-- 
David Gonzalez
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

Reply via email to