feat: Add leaderboard to Places
This commit is contained in:
parent
3659ce8c4c
commit
afe90c03e7
1 changed files with 10 additions and 0 deletions
|
|
@ -99,6 +99,16 @@ def get_data():
|
|||
'idx': 15,
|
||||
"description": "Build your profile and share posts with other users."
|
||||
},
|
||||
{
|
||||
"module_name": 'Leaderboard',
|
||||
"category": "Places",
|
||||
"label": _('Leaderboard'),
|
||||
"icon": "fa fa-trophy",
|
||||
"type": 'link',
|
||||
"link": '#social/users',
|
||||
"color": '#FF4136',
|
||||
'standard': 1,
|
||||
},
|
||||
{
|
||||
"module_name": 'dashboard',
|
||||
"category": "Places",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue