Skip to content

Instantly share code, notes, and snippets.

@scottillogical
Created June 30, 2011 15:57
Show Gist options
  • Save scottillogical/1056532 to your computer and use it in GitHub Desktop.
Save scottillogical/1056532 to your computer and use it in GitHub Desktop.
[
-
{
-
template: {
name: "left_content"
-
slots: [
-
{
name: "primary_image"
type: "image"
}
-
{
name: "primary_content"
type: "text"
}
]
}
}
-
{
-
template: {
name: "n_step_content"
-
slots: [
-
{
name: "primary_image"
type: "image"
}
-
{
name: "primary_content"
type: "text"
}
]
}
}
-
{
-
template: {
name: "right_content"
-
slots: [
-
{
name: "primary_image"
type: "image"
}
-
{
name: "primary_content"
type: "text"
}
]
}
}
-
{
-
template: {
name: "site_pages_content"
slots: [ ]
}
}
-
{
-
template: {
name: "tsl_content"
-
slots: [
-
{
name: "step_one_heading"
type: "text"
}
-
{
name: "step_one_lead_text"
type: "text"
}
-
{
name: "step_one_body"
type: "text"
}
-
{
name: "step_two_heading"
type: "text"
}
-
{
name: "step_two_lead_text"
type: "text"
}
-
{
name: "step_two_body"
type: "text"
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment