Skip to content

Instantly share code, notes, and snippets.

@ghedamat
Created April 1, 2015 16:02
Show Gist options
  • Save ghedamat/115bf8540edc0034f119 to your computer and use it in GitHub Desktop.
Save ghedamat/115bf8540edc0034f119 to your computer and use it in GitHub Desktop.
article seed data
Redesign::Container.create! \
layout: :article,
slug: '/about',
data:{
hero:{
title:{
title1:"sdf",
title2:"sdf"
}
},
article_block:{
title:"df",
content:"dfg"
},
contact_widget:{
contact_id:"dfsg"
},
call_to_action:{
label:"dsfg",
url:"sdfg"
},
links_block:{
title:"dfsgdfsg",
links:[
{
label:"dfgfdsgs",
url:"sdfgfdsgsdfg"
}
]
}
},
container_id:3,
created_at:"2015-03-31T22:02:04.000Z",
updated_at:"2015-03-31T22:02:04.000Z"
},
{
id:4,
type:"payload",
data:{
hero:{
title:{
title1:"sdf",
title2:"sdf"
}
},
article_block:{
title:"df",
content:"dfg"
},
contact_widget:{
contact_id:"dfsg"
},
call_to_action:{
label:"dsfg",
url:"sdfg"
},
links_block:{
title:null,
links:[
]
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment