Skip to content

Instantly share code, notes, and snippets.

@nicolaasmatthijs
Created October 13, 2014 16:00
Show Gist options
  • Save nicolaasmatthijs/97bdf6b71186c69ba021 to your computer and use it in GitHub Desktop.
Save nicolaasmatthijs/97bdf6b71186c69ba021 to your computer and use it in GitHub Desktop.
{
'id': 'dashboard',
'title': oae.api.i18n.translate('__MSG__RECENT_ACTIVITY__'),
'icon': 'fa-tachometer',
'closeNav': true,
'layout': [
{
'width': 'col-md-9',
'widgets': [
{
'name': 'activity',
'settings': {
'context': oae.data.me,
'canManage': true
}
}
]
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment