Skip to content

Instantly share code, notes, and snippets.

@michaltakac
Created November 23, 2015 20:12
Show Gist options
  • Save michaltakac/3c8e56bf9491a6d5832e to your computer and use it in GitHub Desktop.
Save michaltakac/3c8e56bf9491a6d5832e to your computer and use it in GitHub Desktop.
Meteorboard - intl msg for PageHeader menu
export default {
home: {
description: 'Home page of Meteorboard admin panel.',
menu: [
{
link: '/',
title: 'Menu 1'
},
{
link: '/',
title: 'Menu 2'
},
{
link: '/',
title: 'Menu 3'
},
{
link: '/',
title: 'Menu 4'
}
],
title: 'Meteorboard',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment