Plugin development, how to add hint on UI?

Hi Guys, I would like to add a hint to some fields of my kong plugin to describe what this field means and how to use it but I didn’t find it in documentation. I see each plugin has Tags field and this field has hint, helpText and placeholder. Is it possible to add own field with the same functionality?

@mkopeyka are you using Kong Manager in Kong EE? It’s currently impossible to include extra meta around form fields outside of the plugins that Kong manages. However, it’d be cool to explore how this would look. For example, something like this that Kong Manager could read: https://github.com/Kong/kong/pull/5171