I'm having a really hard time finding documentation on this.
I have created a custom label called "reference" for a section of content. The content part has been tagged.
What I'm looking to do is wrap this tagged copy in a component when it's rendering on the front end.
There is documentation that says it will, by default, wrap this in a span (in this case with the class "label") and I see that there's a "components" parameter in --but what I can't find is how I say "If the label is of type 'reference', send the children to {children} instead of wrapping with a span".
I see references to this being a possibility but nowhere in the docs can I find anything showing me how to do this.