Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save simonmcmanus/afd3f2a0355f17b0f1efa7f739b9e41a to your computer and use it in GitHub Desktop.
Save simonmcmanus/afd3f2a0355f17b0f1efa7f739b9e41a to your computer and use it in GitHub Desktop.
module.exports = {
'/': {
page: 'home',
selectors: {
title: 'Welcome Home!',
h1:'HOME'
}
},
'/contact': {
page: 'contact',
selectors: {
title: 'contact page',
h1:'Contact'
},
spec: {
'#details': {
component: 'contact',
data: [
{ li: '0207-000-000' },
{ li: 'company@name.com' }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment