Created
November 23, 2015 20:12
-
-
Save michaltakac/3c8e56bf9491a6d5832e to your computer and use it in GitHub Desktop.
Meteorboard - intl msg for PageHeader menu
This file contains hidden or 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
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