Custom Tags
v3 and above
With the customTag feature you can define for specific samples to use the provided tag instead of the default <sample> tag.
Therefore, if you enable the feature like so:
<citron>
<export sample="Hello World" customTag="HelloWorld"></export>
<sample name="Hello World">... (sample goes here)</sample>
</citron>You'll be able to use your custom tag to place the sample instead of a <sample> tag:
<HelloWorld></HelloWorld>Last updated