Created
April 1, 2015 16:02
-
-
Save ghedamat/115bf8540edc0034f119 to your computer and use it in GitHub Desktop.
article seed data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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