Added conditional to hide custom view when langId != xml.
This commit is contained in:
parent
a1fdff5501
commit
9d09d633e8
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
{
|
{
|
||||||
"id": "xmlTreeView",
|
"id": "xmlTreeView",
|
||||||
"name": "XML Document",
|
"name": "XML Document",
|
||||||
"when": "config.xmlTools.treeViewEnabled != false"
|
"when": "resourceLangId == 'xml' && config.xmlTools.treeViewEnabled != false"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue