navigation: moved target to properties

This commit is contained in:
psychobunny
2015-02-25 17:51:50 -05:00
parent b1f835b053
commit d545492b67

View File

@@ -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
}
},