Files
NodeBB/install/data/navigation.json

72 lines
1.6 KiB
JSON
Raw Normal View History

2015-02-25 13:25:56 -05:00
[
{
"route": "/categories",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.categories]]",
"enabled": true,
"iconClass": "fa-list",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.categories]]"
},
2015-02-25 13:25:56 -05:00
{
2015-02-25 13:50:35 -05:00
"id": "unread-count",
"route": "/unread",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.unread]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-inbox",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.unread]]",
2018-11-10 20:51:07 -05:00
"groups": ["registered-users"]
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/recent",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.recent]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-clock-o",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.recent]]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/tags",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.tags]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-tags",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.tags]]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/popular",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.popular]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-fire",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.popular]]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/users",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.users]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-user",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.users]]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/groups",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.groups]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-group",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.groups]]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/admin",
2017-04-14 19:06:53 -06:00
"title": "[[global:header.admin]]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-cogs",
"textClass": "visible-xs-inline",
2017-04-14 19:06:53 -06:00
"text": "[[global:header.admin]]",
2018-11-10 20:51:07 -05:00
"groups": ["administrators"],
2015-02-25 13:50:35 -05:00
"properties": {
2018-11-10 20:51:07 -05:00
"targetBlank": false
2015-02-25 13:25:56 -05:00
}
}
]