Files
NodeBB/install/data/navigation.json

87 lines
2.0 KiB
JSON
Raw Normal View History

2015-02-25 13:25:56 -05:00
[
{
"route": "/categories",
"title": "\\[\\[global:header.categories\\]\\]",
"enabled": true,
"iconClass": "fa-list",
"textClass": "visible-xs-inline",
"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",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:12:17 -05:00
"text": "\\[\\[global:header.unread\\]\\]",
2015-02-25 13:50:35 -05:00
"properties": {
"loggedIn": true
2015-02-25 13:25:56 -05:00
}
},
{
2015-02-25 13:50:35 -05:00
"route": "/recent",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:22:12 -05:00
"text": "\\[\\[global:header.recent\\]\\]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/tags",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:22:12 -05:00
"text": "\\[\\[global:header.tags\\]\\]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/popular",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:22:12 -05:00
"text": "\\[\\[global:header.popular\\]\\]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/users",
2015-02-25 17:12:17 -05: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",
2015-04-16 14:31:49 -04:00
"text": "\\[\\[global:header.users\\]\\]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/groups",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:22:12 -05:00
"text": "\\[\\[global:header.groups\\]\\]"
2015-02-25 13:25:56 -05:00
},
{
2015-02-25 13:50:35 -05:00
"route": "/admin",
2015-02-25 17:12:17 -05: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",
2015-02-25 17:12:17 -05:00
"text": "\\[\\[global:header.admin\\]\\]",
2015-02-25 13:50:35 -05:00
"properties": {
"targetBlank": false,
2015-02-25 13:50:35 -05:00
"adminOnly": true
2015-02-25 13:25:56 -05:00
}
},
{
2015-02-25 13:50:35 -05:00
"route": "/search",
2015-02-25 17:12:17 -05:00
"title": "\\[\\[global:header.search\\]\\]",
2015-02-25 14:12:16 -05:00
"enabled": true,
2015-02-25 13:50:35 -05:00
"iconClass": "fa-search",
"textClass": "visible-xs-inline",
2015-02-25 17:12:17 -05:00
"text": "\\[\\[global:header.search\\]\\]",
2015-02-25 13:50:35 -05:00
"properties": {
"installed": {
"search": true
2015-02-25 13:25:56 -05:00
}
}
}
]