Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created October 27, 2014 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasgriffin/441a043c979a4a8dfc90 to your computer and use it in GitHub Desktop.
Save thomasgriffin/441a043c979a4a8dfc90 to your computer and use it in GitHub Desktop.
{
id: 'my-template',
seo: {
},
integrations: {
[
],
[
]
},
theme: {
elements: {
{
id: 'my-el-id',
tag: 'div',
classes: 'my-class my-class two',
attributes: {
title: 'my div title'
},
nested: {
id: 'my-button',
tag: 'a',
classes: 'my-class my-class two',
attributes: {
title: 'my div title',
href: '#',
target: '_blank'
},
nested: {
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment