summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-05 21:36:46 -0500
committergumi <git@gumi.ca>2018-03-05 21:36:46 -0500
commit4f3c38251baf10e1ed36ac487c8f26c0021e4e69 (patch)
treecc6a67a33b24e98d83f3786d67e6abf7c78082e4
parent6d424594e01d129f3c219190310a9535032ab593 (diff)
downloadtools-4f3c38251baf10e1ed36ac487c8f26c0021e4e69.tar.gz
tools-4f3c38251baf10e1ed36ac487c8f26c0021e4e69.tar.bz2
tools-4f3c38251baf10e1ed36ac487c8f26c0021e4e69.tar.xz
tools-4f3c38251baf10e1ed36ac487c8f26c0021e4e69.zip
add support for highlightName attribute in groups.xml
-rw-r--r--client/tmw.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tmw.xsd b/client/tmw.xsd
index bd232c3..2a829c1 100644
--- a/client/tmw.xsd
+++ b/client/tmw.xsd
@@ -1465,6 +1465,7 @@
<xs:attribute name="name" type="xs:string" default=""/>
<xs:attribute name="longName" type="xs:string" default=""/>
<xs:attribute name="showBadge" type="bool" default="false"/>
+ <xs:attribute name="highlightName" type="bool" default="false"/>
<xs:attribute name="badge" type="xs:string" use="optional"/>
<xs:attribute name="inherit" type="xs:string" use="optional"/>
</xs:complexType>