Environment variable for disabling workflow descriptions

Hello,

In one of the recent updates I’ve noticed that n8n has merged a pull request for adding descriptions to workflows, it’s all great and all, and a similar feature to workflow tags. The only difference is that, unlike tags, you can’t disable it with an env variable (N8N_WORKFLOW_TAGS_DISABLED). So I would like to request the addition of the N8N_WORKFLOW_DESCRIPTIONS_DISABLED env variable.

My use case: I’m not one to document my workflows, since I’m the only person working on automations on my team, and so descriptions are a bit annoying since I sometimes miss click them when trying to change the name of the workflow.

It will also keep it consistent with the tags feature, which, I think, the person who made the pull request, might have not been aware of.

Thank you