The idea is:
resourceMapper fields do not allow adding a description or tooltip that guides users on how to fill the field. Other fields allow that.
My use case:
I’m building the JSON2Video node and I use resourceMapper for dynamic template fields. These fields have (or can have) a description that now it can’t be used because there is no tooltip in the resourceMapper.
I think it would be beneficial to add this because:
User using nodes that use resourceMapper (there are many) may have guidance/help when filling the field.
Are you willing to work on this?
I posted a PR (feat(editor): Support per-field descriptions in the resourceMapper parameter by qcardona · Pull Request #35257 · n8n-io/n8n · GitHub) that does this. Feel free to test it.