15067: Fixes formatting.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 15 Nov 2019 20:23:26 +0000 (17:23 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 15 Nov 2019 20:23:26 +0000 (17:23 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

doc/admin/workbench2-vocabulary.html.textile.liquid

index 2fc51afb6c74237c023c46ffa409510086857c22..82c384c282f7ad06bca1c001df8e8c9db16dfaca 100644 (file)
@@ -40,7 +40,7 @@ The following is an example of a vocabulary definition:
 
 If the @strict_tags@ flag at the root level is @true@, it will restrict the users from saving property keys other than the ones defined in the vocabulary. Take notice that this restriction is at the client level on Workbench2, it doesn't limit the user's ability to set any arbitrary property via other means (e.g. Python SDK or CLI commands)
 
-Inside the @tags@ member, IDs are defined (IDTAGANIMALS, IDTAGCOMMENT, IGTAGIMPORTANCES) and can have any format that the current application requires. Every key will declare at least a @labels@ list with zero or more label objects.
+Inside the @tags@ member, IDs are defined (@IDTAGANIMALS@, @IDTAGCOMMENT@, @IDTAGIMPORTANCES@) and can have any format that the current application requires. Every key will declare at least a @labels@ list with zero or more label objects.
 
 The @strict@ flag inside a tag definition operates the same as the @strict_tags@ root member, but at the individual tag level. When @strict@ is @true@, a tag’s value options are limited to those defined by the vocabulary.