Skip to content

Instantly share code, notes, and snippets.

@scottfalconer
scottfalconer / Compose node
Created October 21, 2012 21:46
PNWDS presentation: code samples
// Create a new node object
var node = {
node:{
title: 'hello',
type:'post',
field_post_description: {
und: [{
value: 'This is a custom field value',
format: 'full_html'
}]