mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-21 11:52:01 +01:00
navigation: moved target to properties
This commit is contained in:
@@ -57,13 +57,13 @@
|
||||
},
|
||||
{
|
||||
"route": "/admin",
|
||||
"target": "_top",
|
||||
"title": "\\[\\[global:header.admin\\]\\]",
|
||||
"enabled": true,
|
||||
"iconClass": "fa-cogs",
|
||||
"textClass": "visible-xs-inline",
|
||||
"text": "\\[\\[global:header.admin\\]\\]",
|
||||
"properties": {
|
||||
"target": "_top",
|
||||
"adminOnly": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user