diff --git a/docs/source/tags/taxonomy.md b/docs/source/tags/taxonomy.md index 3339ff0269b7..55a05017e8e6 100644 --- a/docs/source/tags/taxonomy.md +++ b/docs/source/tags/taxonomy.md @@ -30,7 +30,7 @@ Use with the following data types: audio, image, HTML, paragraphs, text, time se | [placeholder=] | string | | What to display as prompt on the input | | [perRegion] | boolean | | Use this tag to classify specific regions instead of the whole object | | [perItem] | boolean | | Use this tag to classify specific items inside the object instead of the whole object | -| [labeling] | boolean | | Use taxonomy to label regions in text. Only supported with and object tags. | +| [labeling] | boolean | | Use taxonomy to label regions in text. Only supported with `` and `` object tags. | | [legacy] | boolean | | Use this tag to enable the legacy version of the Taxonomy tag. The legacy version supports the ability for annotators to add labels as needed. However, when true, the `apiUrl` parameter is not usable. | ### Example diff --git a/web/libs/editor/src/tags/control/Taxonomy/Taxonomy.jsx b/web/libs/editor/src/tags/control/Taxonomy/Taxonomy.jsx index 5fb0b5076630..f8dfcc553b96 100644 --- a/web/libs/editor/src/tags/control/Taxonomy/Taxonomy.jsx +++ b/web/libs/editor/src/tags/control/Taxonomy/Taxonomy.jsx @@ -78,7 +78,7 @@ import { errorBuilder } from "../../../core/DataValidator/ConfigValidator"; * @param {string} [placeholder=] - What to display as prompt on the input * @param {boolean} [perRegion] - Use this tag to classify specific regions instead of the whole object * @param {boolean} [perItem] - Use this tag to classify specific items inside the object instead of the whole object - * @param {boolean} [labeling] - Use taxonomy to label regions in text. Only supported with and object tags. + * @param {boolean} [labeling] - Use taxonomy to label regions in text. Only supported with `` and `` object tags. * @param {boolean} [legacy] - Use this tag to enable the legacy version of the Taxonomy tag. The legacy version supports the ability for annotators to add labels as needed. However, when true, the `apiUrl` parameter is not usable. */ const TagAttrs = types.model({